--- Additional Comments From 76306 dot 1226 at compuserve dot com
2006-02-19 10:59 ---
The posted patch almost works. Instead of returning the wrong
line number info, it now returns no info much of the time. :(
BTW an easier test is to do 'objdump -d -S mm/vmscan.o' and see if the
sour
--- Additional Comments From hjl at lucon dot org 2006-02-19 20:16 ---
The gcc bug is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26364
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2338
--- You are receiving this mail because: ---
You are on the CC list for the bug, or
--- Additional Comments From hjl at lucon dot org 2006-02-19 19:49 ---
I think it may be a compiler bug. Please upload your mm/vmscan.o if
"objdump -d -S" doesn't work.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2338
--- You are receiving this mail because: ---
You are
On sh4-unknown-linux target, hidden symbol in DSO does not be kept local
if the symbol appeared at global section in the version script.
The hidden function is accessed directly at compile time, but global function
in DSO should be accessed through PLT, as the result, segmentation fault occurs
on e