[Bug ld/3953] ld crashes upon use of .gnu.warning. sections

2007-02-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-14 14:37 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug ld/4032] ld testsuite failures on cygwin: ld-scripts/default-script?.d

2007-02-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-14 14:42 --- Fixed by http://sourceware.org/ml/binutils-cvs/2007-02/msg00097.html -- What|Removed |Added

[Bug binutils/4030] objdump ignores .gnu_debuglink

2007-02-14 Thread hjl at lucon dot org
-- What|Removed |Added Severity|normal |enhancement http://sourceware.org/bugzilla/show_bug.cgi?id=4030 --- You are receiving this mail because:

[Bug binutils/4030] objdump ignores .gnu_debuglink

2007-02-14 Thread hjl at lucon dot org
-- What|Removed |Added Severity|enhancement |normal http://sourceware.org/bugzilla/show_bug.cgi?id=4030 --- You are receiving this mail because: -

[Bug binutils/4007] problems with linker / strip / BFD

2007-02-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-14 14:50 --- It is very hard for people to reproduce it exactly. Please provide all necessary input object files. I will take a look. -- What|Removed |Added

[Bug binutils/4041] New: Objcopy doesn't remove empty program header

2007-02-14 Thread hjl at lucon dot org
From http://sourceware.org/bugzilla/show_bug.cgi?id=4007 Something completely different, when using the linux patch I posted on LKM, where a new program header is created for this section, and is removed if i want to get rid of the section .realmode completely because I want to generate the old t

[Bug binutils/4030] objdump ignores .gnu_debuglink

2007-02-14 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=4030 --- You are receiving this mail

[Bug gas/4029] relax_segment can't stabilize .gcc_except_table

2007-02-14 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=4029 --- You are receiving this mail

[Bug binutils/4013] Add GAS option for .code16gcc and postfix text/data/rodata/bss ?

2007-02-14 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=4013 --- You are receiving this mail

[Bug binutils/4045] New: objdump -m avr -D prefixes memory addresses with "0x0x" in comments

2007-02-14 Thread timo dot lindfors at iki dot fi
Steps to reproduce: 1) echo -en "\x77\xc4" > rjmp.bin 2) objdump -m avr -b binary -D call.bin Expected results: 2) objdump prefixes hexadesimal addresses with "0x": 0: 77 c4 rjmp.+2286 ; 0x8f0 Actual results: 2) objdump prefixes hexadesimal addresses with "0x0x": 0: 77