[Bug binutils/20343] Document how to use LTO

2017-01-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 Nick Clifton changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug binutils/20343] Document how to use LTO

2017-01-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #12 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=387dd77738619d7e898f063bbeb1b8b6faf6cad5 commit 387dd77738619d7e898f063bbe

[Bug binutils/20343] Document how to use LTO

2017-01-07 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #11 from dilyan.palauzov at aegee dot org --- diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 0a2c4c6ab4..d7b3657aa0 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -534,9 +534

[Bug binutils/20343] Document how to use LTO

2016-07-27 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #10 from Markus Trippelsdorf --- (In reply to dilyan.palau...@aegee.org from comment #9) > When the bfd-plugins directory looks like: > > me@home:/usr/local/lib/bfd-plugins# ls -l > total 4 > lrwxrwxrwx 1 root staff 14 Jul 21 15:1

[Bug binutils/20343] Document how to use LTO

2016-07-27 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #9 from dilyan.palauzov at aegee dot org --- When the bfd-plugins directory looks like: me@home:/usr/local/lib/bfd-plugins# ls -l total 4 lrwxrwxrwx 1 root staff 14 Jul 21 15:11 LLVMgold.so -> ../LLVMgold.so lrwxrwxrwx 1 root staf

[Bug binutils/20343] Document how to use LTO

2016-07-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #7 from dilyan.palauzov at aegee dot org --- The part with bfd/plugin.c was a false alarm. The problem was, that I had the change below, which was supposed to fix these warnings, when I compile binutils with -flto (cf. https://gcc

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #6 from dilyan.palauzov at aegee dot org --- I had --enable-plugins. "strace ar csr ... &|grep bfd" prints openat(AT_FDCWD, "../bin/../lib/bfd-plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or dire

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #5 from Markus Trippelsdorf --- And plaese configure binutils with: --enable-plugins -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #4 from Markus Trippelsdorf --- There is no need to use an explicit --plugin option. On my system: % strace ar cr a.a a.o ... open("/usr/x86_64-pc-linux-gnu/binutils-bin/git/../git/../lib/bfd-plugins", O_RDONLY|O_NONBLOCK|O_DIRE

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #3 from dilyan.palauzov at aegee dot org --- The bfd-plugins directory is not documented. Doing "gcc -c t.c" "strace nm --plugin=liblto_plugin.so.0.0.0 t.o" does not show that the bfd-plugins directory is checked, nor does "strace

[Bug binutils/20343] Document how to use LTO

2016-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #2 from Markus Trippelsdorf --- Forgot to mention that binutils automatically uses the first plugin that claims the object in question. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/20343] Document how to use LTO

2016-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de -