diff options
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/s390-32/elf/start.S | 2 | ||||
-rw-r--r-- | sysdeps/s390/s390-64/elf/start.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-32/elf/start.S b/sysdeps/s390/s390-32/elf/start.S index 104f68096a..cc8066f6df 100644 --- a/sysdeps/s390/s390-32/elf/start.S +++ b/sysdeps/s390/s390-32/elf/start.S @@ -39,7 +39,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Setup pointer to literal pool of _start */ basr %r13,0 diff --git a/sysdeps/s390/s390-64/elf/start.S b/sysdeps/s390/s390-64/elf/start.S index 981d3e892c..9d867611e3 100644 --- a/sysdeps/s390/s390-64/elf/start.S +++ b/sysdeps/s390/s390-64/elf/start.S @@ -39,7 +39,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Load argc and argv from stack. */ la %r4,8(%r15) # get argv |