[Bug binutils/2338] objdump -d -l doesn't work correctly

2006-02-19 Thread 76306 dot 1226 at compuserve dot com
--- 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

[Bug binutils/2338] objdump -d -l doesn't work correctly

2006-02-19 Thread hjl at lucon dot org
--- 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

[Bug binutils/2338] objdump -d -l doesn't work correctly

2006-02-19 Thread hjl at lucon dot org
--- 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

[Bug ld/2362] New: SH: Hidden symbol in DSO does not be forced local

2006-02-19 Thread sugioka at itonet dot co dot jp
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