This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: 2.12 branch tests: sparc-sun-solaris2.8
On Sun, Feb 17, 2002 at 01:46:32AM -0500, Daniel Jacobowitz wrote:
> On Mon, Feb 11, 2002 at 04:51:19PM +1100, matthew green wrote:
> >
> >
> > compiler: gcc 3.0
> > binutils: 2.11.2
> >
> >
> > the readelf -wi has no output at all.
>
> Not that surprising. Solaris doesn't default to DWARF-2, as far as I
> can see. Surely the list of targets that don't is bigger than the one
> in readelf.exp?
>
> Anyone have a reason I just shouldn't add solaris as an XFAIL for now?
I'll just leave this alone for now. It doesn't matter.
> > the ar/solib one appears to be broken diff(1) lossage and can probably
> > be ignored.
>
> Looks that way. Removing the -q fixes it, I'll do that tomorrow unless
> someone objects.
I'm committing this one, though. -q is not portable.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
2002-02-17 Daniel Jacobowitz <drow@mvista.com>
* vers.exp: Do not call diff -q.
Index: ld-elfvers/vers.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elfvers/vers.exp,v
retrieving revision 1.13
diff -u -r1.13 vers.exp
--- vers.exp 2001/11/30 15:41:17 1.13
+++ vers.exp 2002/02/18 03:19:57
@@ -84,7 +84,7 @@
catch "exec $nm --print-armap $tmpdir/$lib | grep \\\ in\\\ | egrep VERS\\\|bar\\\|foo | sort > $tmpdir/nm.out" exec_output
if [string match "" $exec_output] then {
- catch "exec $diff -q $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output
+ catch "exec $diff $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output
set exec_output [prune_warnings $exec_output]
if [string match "" $exec_output] then {
pass $test