diff options
Diffstat (limited to 'sysdeps/s390/s390-32/elf/start.S')
-rw-r--r-- | sysdeps/s390/s390-32/elf/start.S | 2 |
1 files changed, 1 insertions, 1 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 |