This is the mail archive of the binutils@sources.redhat.com 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: Results for binutils cvs trunk 20020928 testsuite on sparc64-unknown-linux-gnu


On Sun, Sep 29, 2002 at 08:11:35AM +0200, Christian Jönsson wrote:
> This was on a Aurora SPARC Linux 0.32 build (Nashville) Ultra1
> sun4u system with these packages:
> 
> binutils-2.11.93.0.2-11sparc
> dejagnu-1.4.3-0  (built ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.4.3-0.src.rpm)
> expect-5.38.0-74 (from rawhide)
> gcc-2.96-111
> glibc-2.2.5-36
> kernel-2.4.18-0.998sparc
> tcl-8.3.3-74     (from rawhide) 
> 
> LAST_UPDATED: Sat Sep 28 21:36:16 UTC 2002
> 
> Native configuration is sparc64-unknown-linux-gnu

<snip>

> 		=== ld tests ===
> 
> 
> Running target unix
> FAIL: cdtest
> FAIL: cdtest with -Ur
> FAIL: vers3
> FAIL: vers19
> FAIL: visibility (hidden) (non PIC)
> FAIL: visibility (hidden) (non PIC, load offset)
> FAIL: visibility (hidden)
> FAIL: visibility (hidden) (PIC main, non PIC so)
> FAIL: visibility (hidden) (PIC main)
> FAIL: visibility (hidden_normal) (non PIC)
> FAIL: visibility (hidden_normal) (non PIC, load offset)
> FAIL: visibility (hidden_normal) (PIC main, non PIC so)
> FAIL: visibility (hidden_undef) (non PIC)
> FAIL: visibility (hidden_undef) (non PIC, load offset)
> FAIL: visibility (hidden_undef)
> FAIL: visibility (hidden_undef) (PIC main, non PIC so)
> FAIL: visibility (hidden_undef) (PIC main)
> FAIL: visibility (hidden_undef_def) (non PIC)
> FAIL: visibility (hidden_undef_def) (non PIC, load offset)
> FAIL: visibility (hidden_undef_def)
> FAIL: visibility (hidden_undef_def) (PIC main, non PIC so)
> FAIL: visibility (hidden_undef_def) (PIC main)
> FAIL: visibility (hidden_weak) (non PIC)
> FAIL: visibility (hidden_weak) (non PIC, load offset)
> FAIL: visibility (hidden_weak) (PIC main, non PIC so)
> FAIL: visibility (protected) (non PIC)
> FAIL: visibility (protected) (non PIC, load offset)
> FAIL: visibility (protected) (PIC main, non PIC so)
> FAIL: visibility (protected_undef) (non PIC)
> FAIL: visibility (protected_undef) (non PIC, load offset)
> FAIL: visibility (protected_undef)
> FAIL: visibility (protected_undef) (PIC main, non PIC so)
> FAIL: visibility (protected_undef) (PIC main)
> FAIL: visibility (protected_undef_def) (non PIC)
> FAIL: visibility (protected_undef_def) (non PIC, load offset)
> FAIL: visibility (protected_undef_def) (PIC main, non PIC so)
> FAIL: visibility (protected_weak) (non PIC)
> FAIL: visibility (protected_weak) (non PIC, load offset)
> FAIL: visibility (protected_weak) (PIC main, non PIC so)
> FAIL: visibility (normal) (non PIC)
> FAIL: visibility (normal) (non PIC, load offset)
> FAIL: visibility (normal) (PIC main, non PIC so)
> FAIL: selective1
> FAIL: selective2
> ERROR: /usr/local/src/gcc-binutils/trunk/src/ld/testsuite/ld-selective/3.cc: compilation failed
> UNRESOLVED: selective4
> ERROR: /usr/local/src/gcc-binutils/trunk/src/ld/testsuite/ld-selective/4.cc: compilation failed
> UNRESOLVED: selective5
> ERROR: /usr/local/src/gcc-binutils/trunk/src/ld/testsuite/ld-selective/5.cc: compilation failed
> UNRESOLVED: selective6
> FAIL: shared (non PIC)
> FAIL: shared (non PIC, load offset)
> FAIL: shared (PIC main, non PIC so)
> FAIL: S-records with constructors
> FAIL: undefined line
> 
> 		=== ld Summary ===
> 
> # of expected passes		93
> # of unexpected failures	49
> # of expected failures		12
> # of unresolved testcases	3
> 
> version: binutils cvs trunk 20020928
> Platform: sparc64-unknown-linux-gnu
> configure flags: --host=sparc64-linux --prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix

The configure was issued like this:

env CC='gcc -m64 -mcpu=ultrasparc -pipe' LD_LIBRARY_PATH=/usr/lib64
/usr/local/src/gcc-binutils/trunk/src/configure sparc64-linux
--enable-shared --enable-threads=posix >& configure.log &

and for example the ld-new file has these libraries dynamically linked in

chj@u1sparc:~$ ldd ld-new 
	libbfd-2.13.90.so => not found
	libc.so.6 => /lib64/libc.so.6 (0xfffff8000011c000)
	/lib64/ld-linux.so.2 => /lib64/ld-linux.so.2 (0xfffff80000000000
chj@u1sparc:~$ 

where 

chj@u1sparc:~$ rpm -qf /lib64/libc.so.6
glibc64-2.2.5-36
chj@u1sparc:~$ rpm -qf /lib64/ld-linux.so.2 
glibc64-2.2.5-36
chj@u1sparc:~$ 

Am I doing something terribly wrong here or is this simply the way it
is with binuils/sparc64/Aurora SPARC Linux...

Cheers,

/ChJ


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