[Bug binutils/24242] New: readelf: heap buffer overflow in byte_get_little_endian

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24242 Bug ID: 24242 Summary: readelf: heap buffer overflow in byte_get_little_endian Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal

[Bug binutils/24241] New: bug-report:inline-asm generates object file error

2019-02-19 Thread rdmsr at protonmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24241 Bug ID: 24241 Summary: bug-report:inline-asm generates object file error Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug ld/24144] Gnu ld for PDP-11 is creating corrupt output. NULL inserted in data section.

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24144 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com Severi

Re: macOS-builds of libbfd contain unresolvable _libintl_dgettext symbol

2019-02-19 Thread Alan Modra
On Tue, Feb 19, 2019 at 05:06:08PM +0100, Michael Roitzsch wrote: > My proposed fix is attached as a patch. Applied. -- Alan Modra Australia Development Lab, IBM ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|amodra at gm

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7d272a55caebfc26ab2e15d1e9439bac978b9bb7 commit 7d272a55caebfc26ab2e15d1e9439

[Bug binutils/24236] size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap

2019-02-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24236 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8abac8031ed369a2734b1cdb7df28a39a54b4b49 commit 8abac8031ed369a2734b1cdb7df28

[Bug ld/24226] Need advise on the binutils problem that generating wrong instruction like lw a3,-2048(a5) on RISC-V backend

2019-02-19 Thread liuyingying19 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24226 --- Comment #5 from GraceLiu --- (In reply to Jim Wilson from comment #4) > Yes, I'd call this a compiler bug. It is triggered when we have a long long > inside a packed structure compiled for a 32-bit target, where the long long > must be pa

[Bug binutils/24236] size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24236 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/24191] Gold doesn't properly process relocations to deduplicated code

2019-02-19 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24191 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gold/23870] gold does not resolve the address of main when main is in a shared library

2019-02-19 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23870 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/23870] gold does not resolve the address of main when main is in a shared library

2019-02-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23870 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ae39e2d406dbec568c5ffd462119037b994fdf9 commit 7ae39e2d406dbec568c5ffd4621

[Bug gold/23646] gold segfault when using --threads

2019-02-19 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug binutils/24238] size: Out of memory in libbfd

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24238 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug binutils/24232] objdump: Out of memory in objalloc.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 --- Comment #5 from Alan Modra --- *** Bug 24237 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug binutils/24237] size: Out of memory in objalloc.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24237 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug binutils/24236] size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap

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

[Bug ld/24226] Need advise on the binutils problem that generating wrong instruction like lw a3,-2048(a5) on RISC-V backend

2019-02-19 Thread wilson at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24226 --- Comment #4 from Jim Wilson --- Yes, I'd call this a compiler bug. It is triggered when we have a long long inside a packed structure compiled for a 32-bit target, where the long long must be partially contained in the first word of the st

[Bug binutils/23947] objcopy refuses to copy !(SEC_LOAD|SEC_ALLOC) sections

2019-02-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23947 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/24220] [2.32 Regression] gdb cannot read read separate debug info generated by binutils 2.32

2019-02-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24220 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #3

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 --- Comment #4 from spinpx --- size can also trigger this: https://sourceware.org/bugzilla/show_bug.cgi?id=24238 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-

[Bug binutils/24238] New: size: Out of memory in libbfd

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24238 Bug ID: 24238 Summary: size: Out of memory in libbfd Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binut

[Bug binutils/24235] objdump: Read memory violation in libbfd.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24235 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24232] objdump: Out of memory in objalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 --- Comment #4 from spinpx --- Related issue: https://sourceware.org/bugzilla/show_bug.cgi?id=24237 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mail

[Bug binutils/24237] size: Out of memory in objalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24237 --- Comment #1 from spinpx --- Created attachment 11619 --> https://sourceware.org/bugzilla/attachment.cgi?id=11619&action=edit OOM input -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/24237] New: size: Out of memory in objalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24237 Bug ID: 24237 Summary: size: Out of memory in objalloc.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: b

[Bug binutils/24235] objdump: Read memory violation in libbfd.c

2019-02-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24235 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=179f2db0d9c397d7dd8a59907b84208b79f7f48c commit 179f2db0d9c397d7dd8a59907b842

[Bug binutils/24236] size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24236 --- Comment #1 from spinpx --- Created attachment 11618 --> https://sourceware.org/bugzilla/attachment.cgi?id=11618&action=edit input triggers the bug -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/24236] New: size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24236 Bug ID: 24236 Summary: size: Heap buffer overflow in _bfd_archive_64_bit_slurp_armap Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: nor

[Bug binutils/24234] objdump: Out of memory in xmalloc.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24234 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 --- Comment #3 from spinpx --- (In reply to Alan Modra from comment #2) > The testcase has a VERDEFS section claiming to be 0xff7f00 in size. I > suppose we should inform the user that they hit an out-of-memory here rather > than just sil

[Bug binutils/24232] objdump: Out of memory in objalloc.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 --- Comment #2 from Alan Modra --- The testcase has a VERDEFS section claiming to be 0xff7f00 in size. I suppose we should inform the user that they hit an out-of-memory here rather than just silently ignoring the failure. -- You are re

[Bug binutils/24233] objdump: Out of memory in libbfd.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #1 f

[Bug binutils/24232] objdump: Out of memory in objalloc.c

2019-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2 f

[Bug binutils/24235] New: objdump: Read memory violation in libbfd.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24235 Bug ID: 24235 Summary: objdump: Read memory violation in libbfd.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Com

[Bug binutils/24234] objdump: Out of memory in xmalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24234 --- Comment #1 from spinpx --- Also report on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89398 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug binutils/24234] New: objdump: Out of memory in xmalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24234 Bug ID: 24234 Summary: objdump: Out of memory in xmalloc.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug binutils/24233] New: objdump: Out of memory in libbfd.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24233 Bug ID: 24233 Summary: objdump: Out of memory in libbfd.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug binutils/24232] objdump: Out of memory in objalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 --- Comment #1 from spinpx --- Also report on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89396 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug binutils/24232] New: objdump: Out of memory in objalloc.c

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24232 Bug ID: 24232 Summary: objdump: Out of memory in objalloc.c Product: binutils Version: 2.33 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component

[Bug binutils/24227] nm: stack overflow

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24227 --- Comment #4 from spinpx --- It can be reproduced in commit c72e75a64030b0f6535a80481f37968ad55c333a (Feb 19 2019) -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/24229] nm: heap buffer overflow

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24229 --- Comment #3 from spinpx --- It can be reproduced in commit c72e75a64030b0f6535a80481f37968ad55c333a (Feb 19 2019). -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/24227] nm: stack overflow

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24227 --- Comment #3 from spinpx --- report on gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89394 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug binutils/24229] nm: heap buffer overflow

2019-02-19 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24229 --- Comment #2 from spinpx --- report on gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89395 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing