[Bug binutils/13534] New: ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 Bug #: 13534 Summary: ar mishandles files bigger than 2GB Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2 Component:

[Bug gas/13449] ARM: Unwind tables are created based on uninitialized memory

2011-12-21 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #14 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-12-21 17:07:33 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-12-21 17:07:27 Modified files: gas

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #1 from Francois Gouget fgouget at codeweavers dot com 2011-12-21 23:07:28 UTC --- Created attachment 6123 -- http://sourceware.org/bugzilla/attachment.cgi?id=6123 bfd: Fix writing the size of 2+GB elements in the archive. --

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #2 from Francois Gouget fgouget at codeweavers dot com 2011-12-21 23:35:17 UTC --- Created attachment 6124 -- http://sourceware.org/bugzilla/attachment.cgi?id=6124 bfd: Refuse to create an invalid archive when an archive element

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #3 from Francois Gouget fgouget at codeweavers dot com 2011-12-21 23:35:44 UTC --- Created attachment 6125 -- http://sourceware.org/bugzilla/attachment.cgi?id=6125 bfd: Fix parsing the size of archive elements larger than 2GB.

[Bug binutils/13534] ar mishandles files bigger than 2GB

2011-12-21 Thread fgouget at codeweavers dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13534 --- Comment #5 from Francois Gouget fgouget at codeweavers dot com 2011-12-21 23:36:40 UTC --- Created attachment 6127 -- http://sourceware.org/bugzilla/attachment.cgi?id=6127 ar: Fix handling of archive elements larger than 2GB. --