diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 04:07:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 04:07:32 +0000 |
commit | bfcd278a8f624e6b10881e024ffc56b14f887112 (patch) | |
tree | 806c93c5eb6b0936e65c67a32615a757567f3164 /libc | |
parent | 7682b26483c86d4d2371cf96c98a46ffe8b9e4db (diff) | |
download | uClibc-alpine-bfcd278a8f624e6b10881e024ffc56b14f887112.tar.bz2 uClibc-alpine-bfcd278a8f624e6b10881e024ffc56b14f887112.tar.xz |
update for newer binutils
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/hppa/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/hppa/crt1.S b/libc/sysdeps/linux/hppa/crt1.S index 1f87f71f0..cd048ed45 100644 --- a/libc/sysdeps/linux/hppa/crt1.S +++ b/libc/sysdeps/linux/hppa/crt1.S @@ -107,7 +107,7 @@ _start: bl __uClibc_main,%r2 nop /* die horribly if it returned (it shouldn't) */ - iitlbp %r0,(%r0) + iitlbp %r0,(%sr0,%r0) nop .procend |