[Bug binutils/3732] strip breaks mixed msvc++ (with manifest) and gcc (with debug) generated pei-i386

2007-04-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-04-06 15:32 --- Can you try the current binutils? I can try to take a look if it still fails. -- What|Removed |Added

[Bug binutils/3732] strip breaks mixed msvc++ (with manifest) and gcc (with debug) generated pei-i386

2007-04-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-04-06 17:15 --- Please provide a testcase with one executable, working.exe and show me how strip will generate a bad nonworking.exe with # strip working.exe -o nonworking.exe -- http://sourceware.org/bugzilla/show_bug.cgi?id=3732

[Bug binutils/4333] New: Bogus decoding of certain invalid i386 instructions (0x8f pop)

2007-04-06 Thread asuffield at suffields dot me dot uk
Instruction 0x8f (pop) is valid only when the reg field is zero - it's really an instruction group that has only one instruction in it. Attempting to execute this instruction with anything else in that field generates an invalid opcode exception on all the CPUs I have around here. Objdump ignores t