[Bug ld/1775] New: Invalid code in PLT section

2005-11-01 Thread wouter at grep dot be
As discussed in Debian bug#327780 (http://bugs.debian.org/327780), binutils are currently broken on m68k. The culprit seems to be revision 1.74 of src/elf32-m68k.c, which adds ColdFire V4E PLT support but somehow breaks "regular" m68k PLT support in doing so. -- Summary: Invalid code i

[Bug ld/1775] Invalid code in PLT section

2005-11-01 Thread wouter at grep dot be
--- Additional Comments From wouter at grep dot be 2005-11-01 15:02 --- Sorry, that should obviously have been revision 1.73 rather than 1.74 -- http://sourceware.org/bugzilla/show_bug.cgi?id=1775 --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug gas/1568] COFF code section should be read only

2005-11-01 Thread vahur dot sinijarv at cydonia dot ee
--- Additional Comments From vahur dot sinijarv at cydonia dot ee 2005-11-01 18:51 --- The patch does work if you change it from ! while (attr = * input_line_pointer++, !attr != '"' !&& ! is_end_of_line[attr]) to ! while (attr = *++input_li

[Bug gas/1568] COFF code section should be read only

2005-11-01 Thread vahur dot sinijarv at cydonia dot ee
--- Additional Comments From vahur dot sinijarv at cydonia dot ee 2005-11-01 18:53 --- Created an attachment (id=735) --> (http://sourceware.org/bugzilla/attachment.cgi?id=735&action=view) changed input_line_pointer post-increment to pre-increment the fixed patch -- http://sourcewa

[Bug ld/1775] Invalid code in PLT section

2005-11-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-11-01 23:18 --- http://sources.redhat.com/ml/binutils-cvs/2005-11/msg2.html -- What|Removed |Added