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]

Re: make check failures on sparc64-linux


Philip Blundell <pb@nexus.co.uk> writes:

>>/usr/src/packages/BUILD/binutils-2.11.90.0.15/gas/testsuite/gas/vtable/inherit
> 0.s:7: Error: internal error: can't export reloc type 360 
> (`BFD_RELOC_VTABLE_INHERIT')
> 
> This probably just means that sparc64 doesn't support the old vtable relocs.

Looking at elf64-sparc.c I see that sparc64 does not have VTABLE
support.  Therefore we should not run this test at all, shouldn't we?

> Although the error message is not the most informative, I think it's harmless.

I like to see make check pass on all platforms - and therefore this
needs to be fixed.

What about the appended patch?

Andreas

2001-06-13  Andreas Jaeger  <aj@suse.de>

	* gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.

============================================================
Index: gas/testsuite/gas/vtable/vtable.exp
--- gas/testsuite/gas/vtable/vtable.exp	2001/01/11 21:20:19	1.12
+++ gas/testsuite/gas/vtable/vtable.exp	2001/06/13 13:29:58
@@ -25,6 +25,7 @@
 	|| [istarget "i960-*-*"]
 	|| [istarget "arc*-*-*"]
 	|| [istarget "alpha*-*-*"]
+	|| [istarget "sparc64*-*-*"]
 	|| [istarget "d30v-*-*"] } then {
         return
     }

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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