[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread bero at lindev dot ch
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 Bernhard Rosenkränzer changed: What|Removed |Added CC||bero at lindev dot ch -- You

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #5 from Alan Modra --- (In reply to Szabolcs Nagy from comment #0) > i don't see WAX prior to commit > > commit 8c803a2dd7d3d742a3d0071914f557ef465afe71 Yes, that'a a bug fix. A missing X on .plt or .text.* is a bug. -- You ar

[Bug binutils/26348] Malloc error in write_zeros

2020-08-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26348 --- 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=75e100a30d5dfdd3ac2b0391c17173645fc77633 commit 75e100a30d5dfdd3ac2b0391c1717

[Bug binutils/26348] Malloc error in write_zeros

2020-08-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26348 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #4 from H.J. Lu --- The relevant code is in assign_file_positions_for_load_sections: for (i = 0; i < m->count; i++) if ((m->sections[i]->flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0) /* If we are

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from H.J. Lu --- Wh

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #2 from H.J. Lu --- .plt and text.* sections are special sections: static const struct bfd_elf_special_section special_sections_p[] = { { STRING_COMMA_LEN (".preinit_array"), -2, SHT_PREINIT_ARRAY, SHF_ALLOC + SHF_WRITE }, { S

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are rece

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread nsz at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #1 from Szabolcs Nagy --- linux-kernel discussion: https://lore.kernel.org/lkml/20200812160017.GA30302@linux-8ccs/ -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26378] New: [2.35 regression] incorrect WAX section flags in linker output

2020-08-12 Thread nsz at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 Bug ID: 26378 Summary: [2.35 regression] incorrect WAX section flags in linker output Product: binutils Version: 2.35 Status: NEW Severity: normal

[Bug gas/26346] Typo in RISC-V documentation for as

2020-08-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26346 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com Resolu

[Bug binutils/26348] Malloc error in write_zeros

2020-08-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26348 Alan Modra changed: What|Removed |Added Summary|Malloc size error in|Malloc error in write_zeros

[Bug gas/26346] Typo in RISC-V documentation for as

2020-08-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26346 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=369afd5008c6c8aa828065090c12001b9ffa7c53 commit 369afd5008c6c8aa828065090c1

[Bug binutils/26331] readelf: Add -C/--demangle option (like nm & objdump)

2020-08-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26331 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/26331] readelf: Add -C/--demangle option (like nm & objdump)

2020-08-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26331 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=79bc120c7be00596098c09cecd25383ae6ddce34 commit 79bc120c7be00596098c09cecd2

[Bug binutils/26375] A memory leak in get_data

2020-08-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26375 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/26374] A memory leak in xmalloc

2020-08-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26374 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/26375] New: A memory leak in get_data

2020-08-12 Thread 15664243668 at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26375 Bug ID: 26375 Summary: A memory leak in get_data Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils

[Bug binutils/26374] New: A memory leak in xmalloc

2020-08-12 Thread 15664243668 at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26374 Bug ID: 26374 Summary: A memory leak in xmalloc Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils