[Bug ld/31145] potential memory leak in binutils/ld

2023-12-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31145 Alan Modra changed: What|Removed |Added Target Milestone|--- |2.42 Severity|critical

[Bug ld/31145] potential memory leak in binutils/ld

2023-12-14 Thread cvs-commit at gcc dot gnu.org
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

[Bug ld/31158] ld: Should --gc-sections respect RHS of a symbol assignment?

2023-12-14 Thread amodra at gmail dot com
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.

[Bug gprofng/31169] [display text] Source code locations can not be found in a C++ application

2023-12-14 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31169 Ruud van der Pas changed: What|Removed |Added CC||ruud.vanderpas at oracle dot com

[Bug gprofng/31169] New: [display text] Source code locations can not be found in a C++ application

2023-12-14 Thread 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:

[Bug ld/31158] ld: Should --gc-sections respect RHS of a symbol assignment?

2023-12-14 Thread i at maskray dot me
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