[Bug ld/27567] New: Linking PE files adds alignment section flags to executables

2021-03-12 Thread qsniyg at protonmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27567 Bug ID: 27567 Summary: Linking PE files adds alignment section flags to executables Product: binutils Version: unspecified Status: UNCONFIRMED Severity: norm

[Bug ld/27567] Linking PE files adds alignment section flags to executables

2021-03-12 Thread qsniyg at protonmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27567 qsniyg at protonmail dot com changed: What|Removed |Added CC||qsniyg at protonmail dot

[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-12 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27566 --- Comment #2 from Nelson Chu --- Therefore, when we are doing the LUI and PCREL relaxations (GP to symbol or c.lui to symbol, must cross the DATA_SEGMENT), * If "-z relro" isn't set, then we need to reserve at most "MAXPAGESIZE" for the pad

[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-12 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27566 Nelson Chu changed: What|Removed |Added CC||nelsonc1225 at sourceware dot org --- C

[Bug gas/27217] aarch64 as Internal error in md_apply_fix at ....../gas/config/tc-aarch64.c:8330.

2021-03-12 Thread acoplan at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27217 Alex Coplan changed: What|Removed |Added CC||acoplan at gcc dot gnu.org

[Bug gas/26395] binutils 2.28 Assertion failure in md_apply_fix at ../../gas/config/tc-aarch64.c:7766.

2021-03-12 Thread acoplan at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26395 Alex Coplan changed: What|Removed |Added CC||joel.sherrill at oarcorp dot com --- C

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/27447] readelf does not support DWARF 5 forms

2021-03-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27447 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com

[Bug gas/26395] binutils 2.28 Assertion failure in md_apply_fix at ../../gas/config/tc-aarch64.c:7766.

2021-03-12 Thread joel.sherrill at oarcorp dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26395 --- Comment #9 from Joel Sherrill --- (In reply to Alex Coplan from comment #8) > *** Bug 27217 has been marked as a duplicate of this bug. *** It may be the same assert but I don't think it is the same trigger. The C code in that ticket comp

[Bug binutils/27487] nm: Add --just-symbol-name

2021-03-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27487 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/27487] nm: Add --just-symbol-name

2021-03-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27487 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com Eve

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 --- Comment #2 from dave.anglin at bell dot net --- Hi Nick, Attached. Regards, Dave -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 --- Comment #3 from John David Anglin --- dave@mx3210:~/gnu/binutils/objdir/ld$ /home/dave/gnu/binutils/objdir/ld/../binutils/nm-new --plugin /home/dave/opt/test/libexec/gcc/hppa-linux-gnu/10.0.0/liblto_plugin.so tmpdir/pr25355.o > dump.out da

[Bug ld/27226] ld.bfd contains huge .rodata section

2021-03-12 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27226 Mark Wielaard changed: What|Removed |Added CC|mjw at fedoraproject dot org | -- You are receiving this ma

[Bug gas/27215] as: Error: non-constant .uleb128 is not supported on riscv64

2021-03-12 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27215 Mark Wielaard changed: What|Removed |Added CC|mjw at fedoraproject dot org |mark at klomp dot org -- You

[Bug binutils/27487] nm: Add --just-symbol-name

2021-03-12 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27487 --- Comment #3 from Fangrui Song --- Hi Nick, thanks for the patch! --format=just-symbols and -j look good to me. I wonder whether it is necessary to reserve -J. -J can probably be used for other purposes. -- You are receiving this mail beca

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 --- Comment #4 from Alan Modra --- I see the same incorrect 'T' for these variables using a gcc-8.8.1 cross-compiler. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 --- Comment #5 from Alan Modra --- OK, tracing this through a little, in bfd_plugin_canonicalize_symtab I see current_plugin->has_symbol_type is zero for me. This looks to be a case of my hppa-linux-gcc lto plugin using the old LDPT_ADD_SYMBO

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---