[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 in PLT section
   Product: binutils
   Version: 2.17 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: wouter at grep dot be
CC: bug-binutils at gnu dot org
 GCC build triplet: m68k-debian-linux-gnu
  GCC host triplet: m68k-debian-linux-gnu
GCC target triplet: m68k-debian-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=1775

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[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, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[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_line_pointer,
!attr != '"'
!&& ! is_end_of_line[attr])


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1568

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[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://sourceware.org/bugzilla/show_bug.cgi?id=1568

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[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

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=1775

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils