[Bug binutils/24800] New: ar fails to create / append archives in aixcoff64-rs6000 target

2019-07-10 Thread andrew at ishiboo dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24800 Bug ID: 24800 Summary: ar fails to create / append archives in aixcoff64-rs6000 target Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal

[Bug binutils/24798] New: Segmentation fault in elfcomm.c

2019-07-10 Thread featherrain26 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24798 Bug ID: 24798 Summary: Segmentation fault in elfcomm.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: critical Priority: P2 Component:

[Bug ld/24786] assign wrong lma if first section in overlay is empty input section

2019-07-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24786 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug binutils/24793] A memory leak of objdump in Binutils 2.32

2019-07-10 Thread 15664243668 at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24793 --- Comment #2 from 15664243668 at 163 dot com --- I have found these functions in bucomm.c and the reason of this bug is that the errmsg string is not free. Since this problem leaks 2013265920 bytes, it may cause some fatal errors. I suggest t