[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:54 --- Please provide testcase -- What|Removed |Added CC||hjl at l

[Bug binutils/5279] objdump SEGFAULT in bfd_getl16

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:53 --- Please provide testcases. -- What|Removed |Added CC||hjl at

[Bug ld/5276] relax is not yet perfect. fails linking large c++

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:51 --- Can you try binutils 2.18? -- What|Removed |Added CC||hjl a

[Bug binutils/5279] New: objdump SEGFAULT in bfd_getl16

2007-11-06 Thread julia at fireeye dot com
In certain Win32 PE (i386) EXE files (which might be packed), objdump segfaults due to something in the PE headers. I can provide an example .EXE file to reproduce this. Reproduction: "objdump -x foo.exe" Example backtrace: [...] 191009 0 RegQueryValueA 191009 19101b

[Bug binutils/5278] New: objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common

2007-11-06 Thread julia at fireeye dot com
Several Win32 PE files, which appear to be UPX compressed, with broken/tweeked headers, cause SEGFAULTs (sig 11) when run as "objdump -x foo.exe" Example backtrace: The Export Tables (interpreted UPX1 section contents) Export Flagseb34e215 Time/Date stamp ebd57

Re: supposed bug in assembler "as"

2007-11-06 Thread Nick Clifton
Hi Daniela, Redefining a symbol with the '.set' directive in connection with the location counter does not work correctly. I am using: GNU assembler 2.14 This is your problem. Version 2.14 is an old version which was known to have problems in this area. The current release is 2.18. Please

[Bug ld/5276] New: relax is not yet perfect. fails linking large c++

2007-11-06 Thread oliver at linux-kernel dot at
Last time I tried rebuilding firefox 2.0.0.8 rpm from Fedora on my Alpha it failed with some relocation problems like this: ... relocation truncated to fit: GPREL16 against symbol ... (Build log: http://buildsys.zero42.at/koji/getfile?taskID=53055&name=build.log) I know this error very well, bec

supposed bug in assembler "as"

2007-11-06 Thread Daniela Rütting
Hello, I encountered a problem which seems to be a bug in the assembler 'as': Redefining a symbol with the '.set' directive in connection with the location counter does not work correctly. I am using: GNU assembler 2.14 20030612, configured for `i586-pc-msdosdjgpp', getting to DOS from Windows 98