diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-10 08:50:27 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-10 08:50:27 +0000 |
commit | 7747ec45650949ca4712be8e2cbc0588c0922982 (patch) | |
tree | b324408fd0476cd6dad217f144384884602a91ec /libc/sysdeps/linux/alpha | |
parent | 89736cf64b4fac7eca7bd9ec0a56625a9c2e64b8 (diff) |
Remove duplicate hidden __curbrk (ppc), make use of the hidden versions
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r-- | libc/sysdeps/linux/alpha/brk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/brk.S b/libc/sysdeps/linux/alpha/brk.S index 05c3b2c43..a108c0d36 100644 --- a/libc/sysdeps/linux/alpha/brk.S +++ b/libc/sysdeps/linux/alpha/brk.S @@ -68,7 +68,7 @@ brk: /* Update __curbrk and return cleanly. */ mov $31, $0 -$ok: stq $16, __curbrk +$ok: stq $16, HIDDEN_JUMPTARGET(__curbrk) addq $30, 8, $30 ret |