diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 03:52:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 03:52:27 +0000 |
commit | ae9ed2915f7d5f5e0dd5365f7addeae38bacab11 (patch) | |
tree | e4d75353b203a58d2564e3361696526b91b79c3e /libc/sysdeps/linux/hppa | |
parent | 8d9ff89b645bfe6f5143eb97d650a34aeee23d28 (diff) |
add back in HIDDEN_JUMPTARGET() as pointed out by psm
Diffstat (limited to 'libc/sysdeps/linux/hppa')
-rw-r--r-- | libc/sysdeps/linux/hppa/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/hppa/clone.S b/libc/sysdeps/linux/hppa/clone.S index 599575d24..b8e354cda 100644 --- a/libc/sysdeps/linux/hppa/clone.S +++ b/libc/sysdeps/linux/hppa/clone.S @@ -124,7 +124,7 @@ thread_start: bl $$dyncall,%r31 copy %r31,%rp - bl _exit,%rp + bl HIDDEN_JUMPTARGET(_exit),%rp copy %ret0,%arg0 /* Die horribly. */ |