From 40f2d136165fc84a0cdccaa2d831eb5382b73403 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 1 Feb 2006 11:55:56 +0000 Subject: I will risk this one: __curbrk --- libc/sysdeps/linux/powerpc/brk.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/powerpc/brk.S') 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 -- cgit v1.2.3