diff options
Diffstat (limited to 'sysdeps/s390/s390-32')
-rw-r--r-- | sysdeps/s390/s390-32/elf/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/s390/s390-32/elf/start.S b/sysdeps/s390/s390-32/elf/start.S index 7313b92e08..104f68096a 100644 --- a/sysdeps/s390/s390-32/elf/start.S +++ b/sysdeps/s390/s390-32/elf/start.S @@ -39,6 +39,7 @@ .text .globl _start + type _start,@function _start: /* Setup pointer to literal pool of _start */ basr %r13,0 |