[Bug binutils/25873] New: ar segfaults when liblto_plugin.so.0.0.0 is a symlink in /usr/lib/bfd-plugins

2020-04-24 Thread tstellar at redhat dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: tstellar at redhat dot com Target Milestone: --- ar segfaults when using a plugin from /usr/lib/bfd-plugins that is a symlink. Here is how to reproduce: echo &quo

[Bug binutils/25873] ar segfaults when liblto_plugin.so.0.0.0 is a symlink in /usr/lib/bfd-plugins

2020-04-24 Thread tstellar at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25873 --- Comment #1 from Tom Stellard --- It also seems like the LLVMgold.so plugin does not have the same problem. This similar sequence works with this plugin: echo "int foo(){}" | clang -flto -O2 -c -x c -o foo.o - echo "int bar(){}" | clang -

[Bug binutils/25873] ar segfaults when liblto_plugin.so.0.0.0 is a symlink in /usr/lib/bfd-plugins

2020-04-27 Thread tstellar at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25873 --- Comment #4 from Tom Stellard --- (In reply to Nick Clifton from comment #3) > Hi Tom, > > I am sorry but I cannot reproduce this. It seems very strange that a > symlink should be causing a segmentation fault when a copy does not. >

[Bug binutils/25873] ar segfaults when liblto_plugin.so.0.0.0 is a symlink in /usr/lib/bfd-plugins

2020-04-27 Thread tstellar at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25873 --- Comment #6 from Tom Stellard --- (In reply to Andreas Schwab from comment #5) > This might be a fedora specific bug, so try filing a bug there first. It looks like this is caused by a Fedora specific patch, so I've filed a bug in the Fedo

[Bug binutils/26112] New: readelf --debug-dump=macro can't parse clang debug info

2020-06-11 Thread tstellar at redhat dot com
ormal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: tstellar at redhat dot com Target Milestone: --- Created attachment 12621 --> https://sourceware.org/bugzilla/attachment.cgi?id=12621&action=edit Clang binary output. Test c