[PATCH] add support for SB-1's Paired Single extensions.

cgd@broadcom.com cgd@broadcom.com
Wed Oct 17 18:15:00 GMT 2001


"Eric M. Christopher" <echristo@redhat.com> writes:
> On Wed, 2001-10-17 at 17:14, cgd@broadcom.com wrote:
> > Approval for the following?
> 
> OK, since this doesn't affect the performance of gcc I can assume you
> didn't test it :)

(As that OK as in OK to check in, or OK as in you understood the
request?  8-)

In a nutshell, that's correct.

Longer answer: we've been using the change in our own tools for
... oh, a Long time.  I can't easily test with stock gcc right now
(hopefully that'll get better soon), either.  So, still, what you said
is correct, but please don't plonk me.  8-)


> > checked by cross-building a whole bevvy of MIPS targets
> > (mips{,64}{,el}-{elf,linux}, mips{,el}-ecoff 8-) and running 'make
> > check' on them.  (BTW, looks like the mips-ecoff target is slowly
> > slipping...  at this point, many of the branch/jump tests are hosed,
> > too.  They weren't, the last time I checked.)
> 
> What are the errors? Relocations?

(I should have mentioned, all but the mips{,el}-ecoff runs tested
clean.  yay!)

I've included the output from the mips-ecoff run below.

To summarize:

FAIL: MIPS beq
FAIL: MIPS bge
FAIL: MIPS bgeu
FAIL: MIPS blt
FAIL: MIPS bltu

	Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format

FAIL: MIPS jal-empic
FAIL: MIPS la-empic
FAIL: MIPS lifloat-empic

	Branch offsets hosed.  (it's been like this for a while, IIRC.)

FAIL: MIPS -mgp32 -mfp32
FAIL: MIPS -mgp32 -mfp64
FAIL: MIPS -mgp64 -mfp32
FAIL: MIPS -mgp64 -mfp64
FAIL: MIPS -mabi=32

	Assembly issues.  Easy to fix, i think the patch in:

	http://sources.redhat.com/ml/binutils/2001-08/msg00124.html

	would do it, but before I say that I'll go back and re-test
	it.  (I'll do that later.)  (It looks like that was the last
	message in that thread... I didn't hear back on yea or nay,
	and got busy with other things.  it was in my local
	'outstanding patches' list tho.  8-)



chris
==============================================================================
Test Run By cgd on Wed Oct 17 17:38:28 2001
Target is mips-mips-ecoff
Host   is sparc-sun-solaris2.8

		=== gas tests ===

Schedule of variations:
    unix

Running target unix
Using /projects/bbp/sbtools/sparc-solaris-5.7/native/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /projects/bbp/sbtools/sparc-solaris-5.7/native/share/dejagnu/config/unix.exp as generic interface file for target.
Using /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/config/default.exp as tool-and-target-specific interface file.
WARNING: Assuming target board is the local machine (which is probably wrong).
You may need to set your DEJAGNU environment variable.
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/gas.exp ...
PASS: pcrel values in assignment
PASS: simplifiable double subtraction
PASS: simplifiable double subtraction (-a)
PASS: simple FP constants
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/diff1.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/diff1.s:5: Error: subtraction of two symbols in different sections `_a' {*UND* section} - `_b' {*UND* section} at file address 0
PASS: difference of two undefined symbols
GAS LISTING /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/comment.s 			page 1


   1              	# This test file is to see whether comments get written into listings
   2              	# correctly.  The file has no real contents.
   3              	/* C comments too! */
PASS: comment.s: comments in listings
GAS LISTING /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/x930509.s 			page 1


   1 0000 00000004 		.long L2-L1
   2 0004 00001234 	L1:	.long 0x1234
   3 0008 00005678 	L2:	.long 0x5678
   3      00000000 
PASS: difference between forward references
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/struct.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/nm-new  --extern-only dump.o > dump.out
PASS: struct
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/align.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -s -j .text dump.o > dump.out
PASS: align
PASS: conditional listings
../as-new  -I$srcdir/$subdir -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/incbin.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -s -j .data dump.o > dump.out
PASS: incbin
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/all/gas.exp completed in 1 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/alpha/alpha.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/alpha/alpha.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arc/arc.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arc/arc.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arc/warn.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arc/warn.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arm/arm.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/arm/arm.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/cris/cris.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/cris/cris.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/d10v/d10.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/d10v/d10.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/d30v/d30.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/d30v/d30.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/elf/elf.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/elf/elf.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/fr30/allinsn.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/fr30/allinsn.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/fr30/fr30.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/fr30/fr30.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300-coff.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300-coff.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300-elf.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300-elf.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/h8300/h8300.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/basic/basic.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/basic/basic.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/parse/parse.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/parse/parse.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/reloc/reloc.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/reloc/reloc.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/unsorted/unsorted.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/hppa/unsorted/unsorted.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/i386/i386.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/i386/i386.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ia64/ia64.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ia64/ia64.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ieee-fp/x930509a.exp ...
GAS LISTING /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ieee-fp/x930509a.s 			page 1


   1              	        .global _flt_min
   2              		.data
   3              	        .align 4
   4              	_flt_min:
   5 0000 00800000 	        .single 0r1.17549435e-38
   5      00000000 
   5      00000000 
   5      00000000 
PASS: IEEE FLT_MIN, single-precision
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ieee-fp/x930509a.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/allinsn.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/allinsn.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/error.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/error.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/m32r.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/m32r.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/m32rx.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m32r/m32rx.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68hc11/all.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68hc11/all.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68k-coff/gas.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68k-coff/gas.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68k/all.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m68k/all.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m88k/m88k.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/m88k/m88k.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/macros.exp ...
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/test1.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/nm-new  --extern-only dump.o > dump.out
PASS: macro test 1
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/test2.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -r dump.o > dump.out
PASS: macro test 2
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/test3.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -r dump.o > dump.out
PASS: macro test 3
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/irp.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -r dump.o > dump.out
PASS: macro irp
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/rept.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -r dump.o > dump.out
PASS: macro rept
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/err.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/err.s:5: Fatal error: macros nested too deeply
PASS: macro infinite recursion
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/semi.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -s -j .text dump.o > dump.out
PASS: semi
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/strings.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -s -j .data dump.o > dump.out
PASS: strings
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/macros/macros.exp completed in 1 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mcore/allinsn.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mcore/allinsn.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips.exp ...
../as-new  -march=4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/abs.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS abs
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/add.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS add
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/and.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS and
../as-new  -march=r3900 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/break20.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3900 dump.o > dump.out
PASS: MIPS 20-bit break
../as-new  -march=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/trap20.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS 20-bit trap
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/beq.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/beq.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/beq.s:26: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/beq.s:27: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
FAIL: MIPS beq
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s:28: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s:29: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s:30: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bge.s:31: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
FAIL: MIPS bge
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s:26: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s:27: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s:28: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bgeu.s:29: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
FAIL: MIPS bgeu
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s:28: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s:29: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s:30: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/blt.s:31: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
FAIL: MIPS blt
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s:26: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s:27: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s:28: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/bltu.s:29: Error: Can not represent BFD_RELOC_16_PCREL relocation in this object file format
FAIL: MIPS bltu
../as-new  -march=r4000 -mtune=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/div.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS div
../as-new  -mips3 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/dli.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS dli
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/jal.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS jal
../as-new  -mips1 -membedded-pic -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/jal.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
regexp_diff match failure
regexp "^0+0010 <[^>]*> bal	0+0000 <text_label>$"
line   "00000010 <text_label+0x10> bal	00000014 <text_label+0x14>"
regexp_diff match failure
regexp "^0+0018 <[^>]*> bal	0+0018 <text_label\+(0x|)18>$"
line   "00000018 <text_label+0x18> bal	0000001c <text_label+0x1c>"
regexp_diff match failure
regexp "^0+0020 <[^>]*> b	0+0000 <text_label>$"
line   "00000020 <text_label+0x20> b	00000024 <text_label+0x24>"
regexp_diff match failure
regexp "^0+0028 <[^>]*> b	0+0028 <text_label\+(0x|)28>$"
line   "00000028 <text_label+0x28> b	0000002c <text_label+0x2c>"
FAIL: MIPS jal-empic
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/la.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS la
../as-new  -mips1 -membedded-pic -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/la-empic.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
regexp_diff match failure
regexp "^0+001c <[^>]*> li	a0,0$"
line   "0000001c <.text+0x1c> addiu	a0,a1,0"
regexp_diff match failure
regexp "^0+0020 <[^>]*> addu	a0,a0,a1$"
line   "00000020 <.text+0x20> addiu	a0,a1,1"
regexp_diff match failure
regexp "^0+0024 <[^>]*> li	a0,1$"
line   "00000024 <.text+0x24> li	a0,0x8000"
regexp_diff match failure
regexp "^0+002c <[^>]*> li	a0,0x8000$"
line   "0000002c <.text+0x2c> addiu	a0,a1,-32768"
regexp_diff match failure
regexp "^0+0030 <[^>]*> addu	a0,a0,a1$"
line   "00000030 <.text+0x30> lui	a0,0x1"
regexp_diff match failure
regexp "^0+0034 <[^>]*> li	a0,-32768$"
line   "00000034 <.text+0x34> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+0038 <[^>]*> addu	a0,a0,a1$"
line   "00000038 <.text+0x38> lui	a0,0x1"
regexp_diff match failure
regexp "^0+003c <[^>]*> lui	a0,0x1$"
line   "0000003c <.text+0x3c> ori	a0,a0,0xa5a5"
regexp_diff match failure
regexp "^0+0044 <[^>]*> lui	a0,0x1$"
line   "00000044 <.text+0x44> addiu	a0,gp,-16384"
regexp_diff match failure
regexp "^0+0048 <[^>]*> ori	a0,a0,0xa5a5$"
line   "			44: GPREL	.sdata+0x4000"
regexp_diff match failure
regexp "^0+004c <[^>]*> addu	a0,a0,a1$"
line   "00000048 <.text+0x48> addiu	a0,gp,0"
regexp_diff match failure
regexp "^0+0050 <[^>]*> addiu	a0,gp,-16384$"
line   "			48: GPREL	big_external_data_label"
regexp_diff match failure
regexp "^[ 	]*50: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sdata.*$"
line   "0000004c <.text+0x4c> addiu	a0,gp,0"
regexp_diff match failure
regexp "^0+0054 <[^>]*> addiu	a0,gp,0$"
line   "			4c: GPREL	small_external_data_label"
regexp_diff match failure
regexp "^[ 	]*54: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_data_label$"
line   "00000050 <.text+0x50> addiu	a0,gp,0"
regexp_diff match failure
regexp "^0+0058 <[^>]*> addiu	a0,gp,0$"
line   "			50: GPREL	big_external_common"
regexp_diff match failure
regexp "^[ 	]*58: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_data_label$"
line   "00000054 <.text+0x54> addiu	a0,gp,0"
regexp_diff match failure
regexp "^0+005c <[^>]*> addiu	a0,gp,0$"
line   "			54: GPREL	small_external_common"
regexp_diff match failure
regexp "^[ 	]*5c: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_common$"
line   "00000058 <.text+0x58> addiu	a0,gp,-16384"
regexp_diff match failure
regexp "^0+0060 <[^>]*> addiu	a0,gp,0$"
line   "			58: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^[ 	]*60: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_common$"
line   "0000005c <.text+0x5c> addiu	a0,gp,-15384"
regexp_diff match failure
regexp "^0+0064 <[^>]*> addiu	a0,gp,-16384$"
line   "			5c: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^[ 	]*64: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "00000060 <.text+0x60> addiu	a0,gp,-16383"
regexp_diff match failure
regexp "^0+0068 <[^>]*> addiu	a0,gp,-15384$"
line   "			60: GPREL	.sdata+0x4000"
regexp_diff match failure
regexp "^[ 	]*68: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "00000064 <.text+0x64> addiu	a0,gp,1"
regexp_diff match failure
regexp "^0+006c <[^>]*> addiu	a0,gp,-16383$"
line   "			64: GPREL	big_external_data_label"
regexp_diff match failure
regexp "^[ 	]*6c: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sdata.*$"
line   "00000068 <.text+0x68> addiu	a0,gp,1"
regexp_diff match failure
regexp "^0+0070 <[^>]*> addiu	a0,gp,1$"
line   "			68: GPREL	small_external_data_label"
regexp_diff match failure
regexp "^[ 	]*70: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_data_label$"
line   "0000006c <.text+0x6c> addiu	a0,gp,1"
regexp_diff match failure
regexp "^0+0074 <[^>]*> addiu	a0,gp,1$"
line   "			6c: GPREL	big_external_common"
regexp_diff match failure
regexp "^[ 	]*74: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_data_label$"
line   "00000070 <.text+0x70> addiu	a0,gp,1"
regexp_diff match failure
regexp "^0+0078 <[^>]*> addiu	a0,gp,1$"
line   "			70: GPREL	small_external_common"
regexp_diff match failure
regexp "^[ 	]*78: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_common$"
line   "00000074 <.text+0x74> addiu	a0,gp,-16383"
regexp_diff match failure
regexp "^0+007c <[^>]*> addiu	a0,gp,1$"
line   "			74: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^[ 	]*7c: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_common$"
line   "00000078 <.text+0x78> addiu	a0,gp,-15383"
regexp_diff match failure
regexp "^0+0080 <[^>]*> addiu	a0,gp,-16383$"
line   "			78: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^[ 	]*80: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "0000007c <.text+0x7c> addiu	a0,gp,-16384"
regexp_diff match failure
regexp "^0+0084 <[^>]*> addiu	a0,gp,-15383$"
line   "			7c: GPREL	.sdata+0x4000"
regexp_diff match failure
regexp "^[ 	]*84: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "00000080 <.text+0x80> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+0088 <[^>]*> addiu	a0,gp,-16384$"
line   "00000084 <.text+0x84> addiu	a0,gp,0"
regexp_diff match failure
regexp "^[ 	]*88: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sdata.*$"
line   "			84: GPREL	big_external_data_label"
regexp_diff match failure
regexp "^0+008c <[^>]*> addu	a0,a0,a1$"
line   "00000088 <.text+0x88> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+0090 <[^>]*> addiu	a0,gp,0$"
line   "0000008c <.text+0x8c> addiu	a0,gp,0"
regexp_diff match failure
regexp "^[ 	]*90: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_data_label$"
line   "			8c: GPREL	small_external_data_label"
regexp_diff match failure
regexp "^0+0094 <[^>]*> addu	a0,a0,a1$"
line   "00000090 <.text+0x90> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+0098 <[^>]*> addiu	a0,gp,0$"
line   "00000094 <.text+0x94> addiu	a0,gp,0"
regexp_diff match failure
regexp "^[ 	]*98: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_data_label$"
line   "			94: GPREL	big_external_common"
regexp_diff match failure
regexp "^0+009c <[^>]*> addu	a0,a0,a1$"
line   "00000098 <.text+0x98> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00a0 <[^>]*> addiu	a0,gp,0$"
line   "0000009c <.text+0x9c> addiu	a0,gp,0"
regexp_diff match failure
regexp "^[ 	]*a0: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_common$"
line   "			9c: GPREL	small_external_common"
regexp_diff match failure
regexp "^0+00a4 <[^>]*> addu	a0,a0,a1$"
line   "000000a0 <.text+0xa0> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00a8 <[^>]*> addiu	a0,gp,0$"
line   "000000a4 <.text+0xa4> addiu	a0,gp,-16384"
regexp_diff match failure
regexp "^[ 	]*a8: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_common$"
line   "			a4: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^0+00ac <[^>]*> addu	a0,a0,a1$"
line   "000000a8 <.text+0xa8> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00b0 <[^>]*> addiu	a0,gp,-16384$"
line   "000000ac <.text+0xac> addiu	a0,gp,-15384"
regexp_diff match failure
regexp "^[ 	]*b0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "			ac: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^0+00b4 <[^>]*> addu	a0,a0,a1$"
line   "000000b0 <.text+0xb0> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00b8 <[^>]*> addiu	a0,gp,-15384$"
line   "000000b4 <.text+0xb4> addiu	a0,gp,-16383"
regexp_diff match failure
regexp "^[ 	]*b8: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "			b4: GPREL	.sdata+0x4000"
regexp_diff match failure
regexp "^0+00bc <[^>]*> addu	a0,a0,a1$"
line   "000000b8 <.text+0xb8> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00c0 <[^>]*> addiu	a0,gp,-16383$"
line   "000000bc <.text+0xbc> addiu	a0,gp,1"
regexp_diff match failure
regexp "^[ 	]*c0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sdata.*$"
line   "			bc: GPREL	big_external_data_label"
regexp_diff match failure
regexp "^0+00c4 <[^>]*> addu	a0,a0,a1$"
line   "000000c0 <.text+0xc0> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00c8 <[^>]*> addiu	a0,gp,1$"
line   "000000c4 <.text+0xc4> addiu	a0,gp,1"
regexp_diff match failure
regexp "^[ 	]*c8: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_data_label$"
line   "			c4: GPREL	small_external_data_label"
regexp_diff match failure
regexp "^0+00cc <[^>]*> addu	a0,a0,a1$"
line   "000000c8 <.text+0xc8> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00d0 <[^>]*> addiu	a0,gp,1$"
line   "000000cc <.text+0xcc> addiu	a0,gp,1"
regexp_diff match failure
regexp "^[ 	]*d0: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_data_label$"
line   "			cc: GPREL	big_external_common"
regexp_diff match failure
regexp "^0+00d4 <[^>]*> addu	a0,a0,a1$"
line   "000000d0 <.text+0xd0> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00d8 <[^>]*> addiu	a0,gp,1$"
line   "000000d4 <.text+0xd4> addiu	a0,gp,1"
regexp_diff match failure
regexp "^[ 	]*d8: [A-Z0-9_]*GPREL[A-Z0-9_]*	big_external_common$"
line   "			d4: GPREL	small_external_common"
regexp_diff match failure
regexp "^0+00dc <[^>]*> addu	a0,a0,a1$"
line   "000000d8 <.text+0xd8> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00e0 <[^>]*> addiu	a0,gp,1$"
line   "000000dc <.text+0xdc> addiu	a0,gp,-16383"
regexp_diff match failure
regexp "^[ 	]*e0: [A-Z0-9_]*GPREL[A-Z0-9_]*	small_external_common$"
line   "			dc: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^0+00e4 <[^>]*> addu	a0,a0,a1$"
line   "000000e0 <.text+0xe0> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00e8 <[^>]*> addiu	a0,gp,-16383$"
line   "000000e4 <.text+0xe4> addiu	a0,gp,-15383"
regexp_diff match failure
regexp "^[ 	]*e8: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "			e4: GPREL	.sbss+0x4000"
regexp_diff match failure
regexp "^0+00ec <[^>]*> addu	a0,a0,a1$"
line   "000000e8 <.text+0xe8> addu	a0,a0,a1"
regexp_diff match failure
regexp "^0+00f0 <[^>]*> addiu	a0,gp,-15383$"
line   "000000ec <.text+0xec> lui	a0,0x0"
regexp_diff match failure
regexp "^[ 	]*f0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.sbss.*$"
line   "			ec: RELHI	external_text_label"
regexp_diff match failure
regexp "^0+00f4 <[^>]*> addu	a0,a0,a1$"
line   "000000f0 <.text+0xf0> addiu	a0,a0,240"
regexp_diff match failure
regexp "^0+00f8 <[^>]*> lui	a0,0x0$"
line   "			f0: RELLO	external_text_label"
regexp_diff match failure
regexp "^[ 	]*f8: RELHI	external_text_label$"
line   "000000f4 <.text+0xf4> li	a0,236"
regexp_diff match failure
regexp "^0+00fc <[^>]*> addiu	a0,a0,252$"
line   "	..."
extra regexps in /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/la-empic.d starting with "^[ 	]*fc: RELLO	external_text_label$"
EOF from dump.out
FAIL: MIPS la-empic
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/lb.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS lb
../as-new  -mips1 -membedded-pic -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/lb-pic.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS lb-empic
../as-new  -march=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ld.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS ld
ERROR: dump program unspecified in /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ld-empic.d
UNRESOLVED: gas/mips/ld-empic
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/li.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS li
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/lifloat.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS lifloat
../as-new  -mips1 -membedded-pic --defsym EMPIC=1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/lifloat.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
regexp_diff match failure
regexp "^[ 	]*0: [A-Z0-9_]*GPREL[A-Z0-9_]*	.rdata.*$"
line   "			0: GPREL	.lit8+0x4000"
regexp_diff match failure
regexp "^0+000c <[^>]*> lwc1	\$f[45],-16368\(gp\)$"
line   "0000000c <.text+0xc> lwc1	$f5,-16376(gp)"
regexp_diff match failure
regexp "^0+0010 <[^>]*> lwc1	\$f[45],-16364\(gp\)$"
line   "00000010 <.text+0x10> lwc1	$f4,-16372(gp)"
FAIL: MIPS lifloat-empic
../as-new  -mips4 -mtune=r5000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips4.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:5000 dump.o > dump.out
PASS: MIPS mips4
../as-new  -march=r4000 -mtune=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mul.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS mul
../as-new  -march=r3000 -mtune=r3000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/rol.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS R3000 rol
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/sb.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS sb
../as-new  -mips1 -mtune=r3000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/trunc.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS trunc
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ulh.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS ulh
../as-new  -mips1 -membedded-pic -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ulh-pic.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS ulh-empic
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ulw.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS ulw
../as-new  -mips3 -mtune=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/uld.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS uld
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/ush.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS ush
../as-new  -mips1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/usw.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:3000 dump.o > dump.out
PASS: MIPS usw
../as-new  -mips3 -mtune=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/usd.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS usd
../as-new  -mips3 -mtune=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/delay.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4000 dump.o > dump.out
PASS: MIPS delay
../as-new  -mips4 -mtune=r8000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/delay.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:5000 dump.o > dump.out
PASS: MIPS nodelay
../as-new  -march=4010 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips4010.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4010 dump.o > dump.out
PASS: MIPS 4010
../as-new  -march=4650 -mtune=4650 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips4650.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4650 dump.o > dump.out
PASS: MIPS 4650
../as-new  -march=4100 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips4100.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:4100 dump.o > dump.out
PASS: MIPS 4100
../as-new  -mips4 -march=r10000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/perfcount.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses -mmips:10000 dump.o > dump.out
PASS: MIPS R1[20]000 performance counters
../as-new  -g -march=r4000 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/lineno.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -d -l -mmips:4000 dump.o > dump.out
PASS: assembly line numbers
../as-new  -mips2 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/sync.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses --show-raw-insn dump.o > dump.out
PASS: sync instructions
../as-new  -mips32 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips32.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses --show-raw-insn -mmips:isa32 dump.o > dump.out
PASS: MIPS MIPS32 instructions
../as-new  -mips64 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips64.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses --show-raw-insn -mmips:isa64 dump.o > dump.out
PASS: MIPS MIPS64 instructions
../as-new  -march=sb1 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/sb1-ext-ps.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/mips-ecoff/gas/testsuite/../../binutils/objdump  -dr --prefix-addresses --show-raw-insn -mmips:sb1 dump.o > dump.out
PASS: SB-1 paired single extensions
../as-new   -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/relax.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/relax.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/relax.s:7: Error: Branch out of range
XFAIL: MIPS relax
PASS: MIPS illegal
../as-new  -march=8000 -EB -mgp32 -mfp32 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp32-fp32.s
child process exited abnormally
FAIL: MIPS -mgp32 -mfp32
../as-new  -march=8000 -EB -mgp32 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp32-fp64.s
child process exited abnormally
FAIL: MIPS -mgp32 -mfp64
../as-new  -march=8000 -EB -mfp32 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp32.s
child process exited abnormally
FAIL: MIPS -mgp64 -mfp32
../as-new  -march=8000 -EB -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s: Assembler messages:
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:3: Error: unknown pseudo-op: `.4byte'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:6: Warning: .size pseudo-op used outside of .def/.endef; ignored
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:6: Warning: rest of line ignored; first ignored character is `u'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:8: Error: unknown pseudo-op: `.4byte'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:9: Error: unknown pseudo-op: `.4byte'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:10: Error: unknown pseudo-op: `.4byte'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:11: Error: unknown pseudo-op: `.4byte'
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-gp64-fp64.s:92: Warning: Branch bgtu is always true
FAIL: MIPS -mgp64 -mfp64
../as-new  -march=8000 -EB -mabi=32 -o dump.o /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips-abi32.s
child process exited abnormally
FAIL: MIPS -mabi=32
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mips/mips.exp completed in 6 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mn10200/basic.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mn10200/basic.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mn10300/basic.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mn10300/basic.exp completed in 1 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mri/mri.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/mri/mri.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/openrisc/allinsn.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/openrisc/allinsn.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/pj/pj.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/pj/pj.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ppc/aix.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ppc/aix.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ppc/ppc.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/ppc/ppc.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/s390/s390.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/s390/s390.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sh/basic.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sh/basic.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sh/err.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sh/err.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc-solaris/addend.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc-solaris/addend.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc-solaris/gas.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc-solaris/gas.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc/mismatch.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc/mismatch.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc/sparc.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sparc/sparc.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sun4/addend.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/sun4/addend.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/symver/symver.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/symver/symver.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/tic54x/tic54x.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/tic54x/tic54x.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/tic80/tic80.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/tic80/tic80.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/v850/basic.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/v850/basic.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/vax/quad.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/vax/quad.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/vtable/vtable.exp ...
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gas/vtable/vtable.exp completed in 0 seconds
Running /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/gasp.exp ...
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/assign.asm -o gasp.out
PASS: gasp assign
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/condass.asm -o gasp.out
PASS: gasp condass
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/crash.asm -o gasp.out
PASS: gasp crash
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/crash1.asm -o gasp.out
PASS: gasp crash1
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/crash2.asm -o gasp.out
PASS: gasp crash2
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/data.asm -o gasp.out
PASS: gasp data
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/exp.asm -o gasp.out
PASS: gasp exp
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/include.asm -o gasp.out
PASS: gasp include
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/listing.asm -o gasp.out
PASS: gasp listing
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/macro.asm -o gasp.out
PASS: gasp macro
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mdouble.asm -o gasp.out
PASS: gasp mdouble
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl1.asm -o gasp.out
PASS: gasp pl1
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl2.asm -o gasp.out
PASS: gasp pl2
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl3.asm -o gasp.out
PASS: gasp pl3
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl4.asm -o gasp.out
PASS: gasp pl4
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl5.asm -o gasp.out
PASS: gasp pl5
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl6.asm -o gasp.out
PASS: gasp pl6
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl7.asm -o gasp.out
PASS: gasp pl7
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pl8.asm -o gasp.out
PASS: gasp pl8
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/pr7583.asm -o gasp.out
PASS: gasp pr7583
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/reg.asm -o gasp.out
PASS: gasp reg
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/rep.asm -o gasp.out
PASS: gasp rep
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/repeat.asm -o gasp.out
PASS: gasp repeat
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/reperr.asm -o gasp.out
PASS: gasp reperr
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/reperr1.asm -o gasp.out
PASS: gasp reperr1
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/reperr2.asm -o gasp.out
PASS: gasp reperr2
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/reperr3.asm -o gasp.out
PASS: gasp reperr3
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/sdata.asm -o gasp.out
PASS: gasp sdata
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/sfunc.asm -o gasp.out
PASS: gasp sfunc
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/t1.asm -o gasp.out
PASS: gasp t1
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/t2.asm -o gasp.out
PASS: gasp t2
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/t3.asm -o gasp.out
PASS: gasp t3
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s  /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/while.asm -o gasp.out
PASS: gasp while
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/embed.asm -o gasp.out
PASS: gasp MRI embed
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/exists.asm -o gasp.out
PASS: gasp MRI exists
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/irp.asm -o gasp.out
PASS: gasp MRI irp
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/irpc.asm -o gasp.out
PASS: gasp MRI irpc
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/macro.asm -o gasp.out
PASS: gasp MRI macro
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/narg.asm -o gasp.out
PASS: gasp MRI narg
/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/lib/run ../gasp-new -I/projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp -s -M /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/mri/rept.asm -o gasp.out
PASS: gasp MRI rept
testcase /projects/BCM12500_ext20/systems/users/cgd/proj/gnu/write/binutils/src/gas/testsuite/gasp/gasp.exp completed in 2 seconds

		=== gas Summary ===

# of expected passes		98
# of unexpected failures	13
# of expected failures		1
# of unresolved testcases	1
../as-new 2.11.92

runtest completed at Wed Oct 17 17:38:40 2001



More information about the Binutils mailing list