This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gold's script_test_4


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]