Matthias Klose wrote:

> gcc -fuse-ld=gold -Wl,--verbose
> gcc -B/usr/lib/gold-ld/ -Wl,--verbose

Interesting.  With binutils-gold installed:

 $ gcc-4.5 -fuse-ld=gold -Wl,--verbose 2>&1 |head -1
 /usr/bin/ld: Attempt to open 
/usr/lib/gcc/i486-linux-gnu/4.5.1/../../../../lib/crt1.o succeeded
 $ gcc-4.4 -fuse-ld=gold -Wl,--verbose 2>&1 |head -1
 /usr/bin/gold: Attempt to open 
/usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crt1.o succeeded

Anyway, the relevant thing seems to be that

 ld.bfd --verbose

dumps a linker script, while

 ld.gold --verbose

does not.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to