gold's script_test_4
David Miller
davem@davemloft.net
Mon Aug 18 23:23:00 GMT 2008
More information about the Binutils mailing list
Mon Aug 18 23:23:00 GMT 2008
- Previous message (by thread): gold's script_test_4
- Next message (by thread): gold's script_test_4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Ian Lance Taylor <iant@google.com> Date: Mon, 18 Aug 2008 09:31:01 -0700 > Your output works on my system: > > > echo ' [ 1] .interp PROGBITS 10000400 000400 000013 00 A 0 0 1' | grep "\\.interp[ ]*PROGBITS[ ]*0*10000400" > [ 1] .interp PROGBITS 10000400 000400 000013 00 A 0 0 1 Weird, it works here too, I'll try to investigate further. Nevermind, I misread the make check log, it failed because of that old problem we've had for months on sparc which still hasn't been fixed: g++ -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_8_2.so -Bgcctestdir/ -shared -Wl,--version-script,../../../src/gold/testsuite/ver_test_8.script two_file_test_2_pic.o gcctestdir/ld: /usr/lib/gcc/sparc-linux-gnu/4.1.3/../../../../lib/crti.o: requires unsupported dynamic reloc; recompile with -fPIC gcctestdir/ld: /usr/lib/gcc/sparc-linux-gnu/4.1.3/crtbeginS.o: requires unsupported dynamic reloc; recompile with -fPIC gcctestdir/ld: two_file_test_2_pic.o: requires unsupported dynamic reloc; recompile with -fPIC gcctestdir/ld: /usr/lib/gcc/sparc-linux-gnu/4.1.3/crtendS.o: requires unsupported dynamic reloc; recompile with -fPIC collect2: ld returned 1 exit status I was doing a build to see if this had been fixed by now so I could continue work on STT_SPARC_REGISTER support.
- Previous message (by thread): gold's script_test_4
- Next message (by thread): gold's script_test_4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list