https://sourceware.org/bugzilla/show_bug.cgi?id=31145
Alan Modra changed:
What|Removed |Added
Target Milestone|--- |2.42
Severity|critical
https://sourceware.org/bugzilla/show_bug.cgi?id=31145
--- Comment #2 from Sourceware Commits ---
The master branch has been updated by Alan Modra :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ace84a15ca943f52e590c264d82dfba350482e3
commit 4ace84a15ca943f52e590c264d82dfba350482e3
https://sourceware.org/bugzilla/show_bug.cgi?id=31158
--- Comment #3 from Alan Modra ---
I would say it's a minor bug that x2 is not removed along with y2. I don't
care to fix that though.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=31169
Ruud van der Pas changed:
What|Removed |Added
CC||ruud.vanderpas at oracle dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=31169
Bug ID: 31169
Summary: [display text] Source code locations can not be found
in a C++ application
Product: binutils
Version: 2.41
Status: NEW
Severity: norma
https://sourceware.org/bugzilla/show_bug.cgi?id=31158
--- Comment #2 from Fangrui Song ---
Interesting. BFD's behavior depends on whether the assigned symbol is
referenced.
Let's enhance the test.
cat > a.s < a.t
as a.s -o a.o
ld.lld --gc-sections a.o a.t -o a.lld
ld.bfd --gc-sections a.o a.t -o