https://sourceware.org/bugzilla/show_bug.cgi?id=30910
YunQiang Su changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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 (
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=30940
Nick Clifton changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
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
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
``
https://sourceware.org/bugzilla/show_bug.cgi?id=30944
Icenowy Zheng changed:
What|Removed |Added
Summary|LoongArch linker relaxation |LoongArch linker relaxation