aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S14
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S13
2 files changed, 0 insertions, 27 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S
index 5b17f6ba4b..98b00722d8 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S
@@ -19,20 +19,6 @@
#include <sysdep.h>
-/* The Linux version is in fact S390-32/ELF and the start.? file for this
- system (sysdeps/s390/s390-32/elf/start.S) is also used by The Hurd.
- This file must not contain the definition of the `errno' variable,
- we have to define it somewhere else.
-
- ...and this place is here. */
- .bss
- .globl errno
- .type errno,@object
- .size errno,4
-errno:
- .space 4
-weak_alias (errno, _errno)
-
/* The following code is only used in the shared library when we
compile the reentrant version. Otherwise each system call defines
each own version. */
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S
index caa50ccc3d..a29b0b983a 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S
+++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S
@@ -19,19 +19,6 @@
#include <sysdep.h>
-/* The Linux version is in fact S390-64/ELF and the start.? file for this
- system (sysdeps/s390/s390-64/elf/start.S) is also used by The Hurd.
- This file must not contain the definition of the `errno' variable,
- we have to define it somewhere else.
-
- ...and this place is here. */
- .bss
- .globl errno
- .type errno,@object
- .size errno,4
-errno:
- .space 4
-weak_alias (errno, _errno)
/* The following code is only used in the shared library when we
compile the reentrant version. Otherwise each system call defines