[Bug gprofng/30910] gprofng cross test fail: can't read "CHECK_TARGET": no such variable

2023-10-06 Thread syq at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30910 YunQiang Su changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/30907] ELF segment add extra 2 LOAD segments in aarch64, making binary bigger 128KiB than before

2023-10-06 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 --- Comment #3 from nilus --- (In reply to Nick Clifton from comment #2) Hi, Nick Thanks for your patient reply, I still have some confusion here. > (In reply to nilus from comment #0) > Hi Nilus, > > > When we use binutils 2.39 (

[Bug gprofng/30910] gprofng cross test fail: can't read "CHECK_TARGET": no such variable

2023-10-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30910 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=08330ace11fb41a1d014858b9909f73aeb856da9 commit 08330ace11fb41a1d0148

[Bug ld/30930] ld-2.41 links mame in a way which gets stuck on aarch64

2023-10-06 Thread belegdol at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30930 --- Comment #24 from Julian Sikorski --- I was able to reproduce the problem with the following make call, without the need to use the RPM tooling: make -j16 VERBOSE=1 NOWERROR=1 SYMBOLS=1 SYMLEVEL=1 OPTIMIZE=2 OPT_FLAGS="-O2 -fexceptions -gr

[Bug ld/30930] ld-2.41 links mame in a way which gets stuck on aarch64

2023-10-06 Thread belegdol at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30930 --- Comment #23 from Julian Sikorski --- I was able to complete git bisect in the meantime, it also points to 15b4f66b0a9a3be6caf1898d22a13c39e662006f being the first bad commit. Interestingly enough, I was not able to reproduce the issue with

[Bug ld/30940] alpha: ld segfaults in

2023-10-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30940 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug ld/30940] alpha: ld segfaults in

2023-10-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30940 --- Comment #3 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=b75b3eb082b9ee25be98e9cebe1ae5e665a682fc commit b75b3eb082b9ee25be98e9cebe1

[Bug ld/30944] LoongArch linker relaxation support breaks .balign

2023-10-06 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 --- Comment #2 from Icenowy Zheng --- The new code used to reproduce the ld issue is here: ``` .text .balign 256 func1: la.global $a0,exit nop .word 0x12345678 .word 0x0 .balign 256 func2: la.global $a0,exit nop .word 0x12345678 .word 0x0 ``

[Bug ld/30944] LoongArch linker relaxation support breaks .balign

2023-10-06 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 Icenowy Zheng changed: What|Removed |Added Summary|LoongArch linker relaxation |LoongArch linker relaxation