[Bug gas/12198] SVC in thumb assembler forces M-profile attribute

2010-11-17 Thread mgretton at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12198

Matthew Gretton-Dann mgretton at sourceware dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Matthew Gretton-Dann mgretton at sourceware dot org 
2010-11-17 10:03:05 UTC ---
Fix checked in on 2.21 branch and trunk:

 Patch: http://sourceware.org/ml/binutils/2010-11/msg00212.html
 Commit to trunk: http://sourceware.org/ml/binutils-cvs/2010-11/msg00084.html
 Commit to binutils-2_21-branch:
http://sourceware.org/ml/binutils-cvs/2010-11/msg00086.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug ld/12161] Unconforming ELF file causes SIGSEGV in avr-ld

2010-11-17 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12161

Nick Clifton nickc at redhat dot com changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED

--- Comment #7 from Nick Clifton nickc at redhat dot com 2010-11-17 10:56:37 
UTC ---
Hi Guys,

  I have decided to go ahead and check this patch in.  Please reopen this PR if
the problem resurfaces.

Cheers
  Nick

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/11423] can't build firefox 3.6.2 with gold

2010-11-17 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11423

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 Status|ASSIGNED|WAITING

--- Comment #2 from Ian Lance Taylor ian at airs dot com 2010-11-17 14:04:54 
UTC ---
I have heard that other people are able to build mozilla with current
development versions of gold.  Is this still a problem for you?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/12226] New: binutils: readelf.c:11200: error: array subscript is above array bounds

2010-11-17 Thread JFTrudeau at cvty dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12226

   Summary: binutils: readelf.c:11200: error: array subscript is
above array bounds
   Product: binutils
   Version: 2.20
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassig...@sources.redhat.com
ReportedBy: jftrud...@cvty.com


Created attachment 5127
  -- http://sourceware.org/bugzilla/attachment.cgi?id=5127
Correct compiler error

binutils:  2.20.1
gcc version 4.3.3 (GCC) 
platform:  AIX adatx028 3 5 000D1D5A4C00
powerpc-ibm-aix5.3.0.0

Got a fatal warning when building binutils-2.20.1:
readelf.c:11200: error: array subscript is above array bounds

11200:  while ((arch-arhdr.ar_name[j] != '/')  (j  16))

This is a bug since the array index is being referenced *before* it is bounds
checked.  The attached patch corrected this error and compilation completed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/12226] binutils: readelf.c:11200: error: array subscript is above array bounds

2010-11-17 Thread JFTrudeau at cvty dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12226

John JFTrudeau at cvty dot com changed:

   What|Removed |Added

   Attachment #5127|0   |1
   is patch||
   Attachment #5127|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/12226] binutils: readelf.c:11200: error: array subscript is above array bounds

2010-11-17 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12226

Alan Modra amodra at gmail dot com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||amodra at gmail dot com
 AssignedTo|unassigned at sources dot   |amodra at gmail dot com
   |redhat.com  |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/11742] readelf.c: get_archive_member_name(): array subscript is above array bounds

2010-11-17 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11742

Alan Modra amodra at gmail dot com changed:

   What|Removed |Added

 CC||JFTrudeau at cvty dot com

--- Comment #4 from Alan Modra amodra at gmail dot com 2010-11-18 07:49:12 
UTC ---
*** Bug 12226 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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


[Bug binutils/12226] binutils: readelf.c:11200: error: array subscript is above array bounds

2010-11-17 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12226

Alan Modra amodra at gmail dot com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Alan Modra amodra at gmail dot com 2010-11-18 07:49:12 
UTC ---
Fixed already, but fix isn't ideal in that full ar_name won't be displayed.

*** This bug has been marked as a duplicate of bug 11742 ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

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