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
--- 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
--- 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
--- 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
--- 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