[Bug ld/5646] Crash in ppc64_elf_tls_optimize

2008-01-19 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2008-01-19 
10:08 ---
http://sourceware.org/ml/binutils-cvs/2008-01/msg00102.html
http://sourceware.org/ml/binutils/2008-01/msg00214.html

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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

--- 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 binutils/4453] ar doesn't recognize ELF64 on mips

2008-01-19 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2008-01-19 
11:52 ---
I can reproduce the problem with current CVS, and since I closed it incorrectly
at comment #2, I'm reopening.


-- 
   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |


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

--- 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 binutils/4453] ar doesn't recognize ELF64 on mips

2008-01-19 Thread amodra at bigpond dot net dot au


-- 
   What|Removed |Added

 AssignedTo|unassigned at sources dot   |amodra at bigpond dot net
   |redhat dot com  |dot au
 Status|REOPENED|NEW


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

--- 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 binutils/4453] ar doesn't recognize ELF64 on mips

2008-01-19 Thread amodra at bigpond dot net dot au


-- 
   What|Removed |Added

 Status|NEW |ASSIGNED
   Last reconfirmed|2008-01-19 11:52:52 |2008-01-19 13:03:35
   date||


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

--- 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 binutils/4453] ar doesn't recognize ELF64 on mips

2008-01-19 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2008-01-19 
13:14 ---
Created an attachment (id=2206)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2206&action=view)
potential fix

ar tries to open the archive for all supported bfd targets.  Normally, bfd
checks that the first object in an archive is the same target as the archive to
count as a successful match, but it doesn't do this if the archive has no
armap.  When one of more of the ecoff targets is supported, the ecoff archive
check decides there is no armap (correctly, since there is no ecoff armap), so
the ecoff target is incorrectly taken to match.

-- 


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

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