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]

COMMITTED: Do not run the symtab test for the Alpha or HPPA ports


Hi Guys,

  I am checking in the patch below to skip the symtab test that
  Catherine recently enabled if the target is an Alpha or an HPPA.
  These targets behave differently from the norm and would fail the
  test if it was run for them.

Cheers
  Nick

gas/testsuite/ChangeLog
2009-02-06  Nick Clifton  <nickc@redhat.com>

	* gas/elf/symtab.d: But do not run the test for the Alpha or HPPA
	ports.

Index: gas/testsuite/gas/elf/symtab.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/symtab.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 symtab.d
*** gas/testsuite/gas/elf/symtab.d	11 Dec 2007 13:13:59 -0000	1.1
--- gas/testsuite/gas/elf/symtab.d	6 Feb 2009 11:32:40 -0000
***************
*** 1,3 ****
--- 1,6 ----
+ # The Alpha has its own version of .set.
+ # The HPPA does not output non-global absolute symbols.
+ #skip: alpha-*-* hppa*-*-*
  #readelf: -s
  #name: .set with expression


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