diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 11:55:56 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 11:55:56 +0000 |
commit | 40f2d136165fc84a0cdccaa2d831eb5382b73403 (patch) | |
tree | 56ff21804c2e58e03609caafe1eda8bba2509f79 /libc/sysdeps/linux/powerpc/brk.S | |
parent | bb9b5b976f12b36e1d8c0781b4688c1427cf148d (diff) |
I will risk this one: __curbrk
Diffstat (limited to 'libc/sysdeps/linux/powerpc/brk.S')
-rw-r--r-- | libc/sysdeps/linux/powerpc/brk.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/brk.S b/libc/sysdeps/linux/powerpc/brk.S index bf42784cb..b7b19d153 100644 --- a/libc/sysdeps/linux/powerpc/brk.S +++ b/libc/sysdeps/linux/powerpc/brk.S @@ -58,4 +58,6 @@ brk: .size brk,.-brk libc_hidden_def(brk) +/* won't help too much, HIDDEN_JUMPTARGET should be used here as well, now the reloc remains */ +libc_hidden_data_def(__curbrk) #endif |