[Bug binutils/27716] build failure for host msdosdjgpp. error: 'PATH_MAX' undeclared (first use in this function) 55 | #define GUESSPATHLEN (MAXPATHLEN + 1)

2021-04-13 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27716 --- Comment #9 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=13acb58d42e7c66d0d69240cc6b7a0fbf8290da4 commit 13acb58d42e7c66d0d69240cc6b7a

[Bug binutils/27716] build failure for host msdosdjgpp. error: 'PATH_MAX' undeclared (first use in this function) 55 | #define GUESSPATHLEN (MAXPATHLEN + 1)

2021-04-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27716 Alan Modra changed: What|Removed |Added Last reconfirmed||2021-04-14 Status|UNCONFIRME

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 --- Comment #4 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=d20eb46617fc6170e144f80dcbaffbc3f4ff6090 commit d20eb46617fc6170e144f80dcbaff

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 --- Comment #3 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=c159f35225f7a11daa66895fd33923705f9c42e3 commit c159f35225f7a11daa66895fd3392

[Bug ld/26706] pad strings in .dynstr

2021-04-13 Thread woodard at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26706 Ben Woodard changed: What|Removed |Added CC|mcermak at redhat dot com | -- You are receiving this mail

[Bug ld/26706] pad strings in .dynstr

2021-04-13 Thread woodard at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26706 Ben Woodard changed: What|Removed |Added CC||mcermak at redhat dot com -- You are r

[Bug binutils/27725] using -p in objcopy discards microseconds in destination timestamp

2021-04-13 Thread rhbroberg at yahoo dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27725 Rick B changed: What|Removed |Added CC||rhbroberg at yahoo dot com -- You are recei

[Bug binutils/27725] New: using -p in objcopy discards microseconds in destination timestamp

2021-04-13 Thread rhbroberg at yahoo dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27725 Bug ID: 27725 Summary: using -p in objcopy discards microseconds in destination timestamp Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: norma

[Bug ld/27722] ld/libdep_plugin.c:142:19: error: array subscript has type ‘char’ [-Werror=char-subscripts]

2021-04-13 Thread sdanyyil at yahoo dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27722 --- Comment #2 from sdanyyil at yahoo dot com --- https://github.com/bminor/binutils-gdb/blob/master/ld/libdep_plugin.c#L142 Does not have your patch yet! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread acoplan at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 --- Comment #2 from Alex Coplan --- The fix works fine for the original (unreduced) input, FWIW. Thanks! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 --- Comment #1 from Alan Modra --- Created attachment 13365 --> https://sourceware.org/bugzilla/attachment.cgi?id=13365&action=edit proposed fix -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27723] Internal error in select_cie_for_fde

2021-04-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 Alan Modra changed: What|Removed |Added Summary|aarch64 GAS: Internal error |Internal error in |in

[Bug gas/27723] aarch64 GAS: Internal error in select_cie_for_fde

2021-04-13 Thread acoplan at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 Alex Coplan changed: What|Removed |Added Target||aarch64-*-* -- You are receiving this

[Bug gas/27723] New: aarch64 GAS: Internal error in select_cie_for_fde

2021-04-13 Thread acoplan at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27723 Bug ID: 27723 Summary: aarch64 GAS: Internal error in select_cie_for_fde Product: binutils Version: 2.37 (HEAD) Status: NEW Severity: normal Priority: P2 Comp

[Bug binutils/27584] nm riscv: Suppress empty name symbols unless --special-syms?

2021-04-13 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27584 --- Comment #5 from Nelson Chu --- (In reply to Andreas Schwab from comment #4) > I think it would generally be useful to add an option to omit local .L > symbols from both nm and objdump output, including disassembler output. Thanks Andreas,