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]

[PATCH]: Expect gas symbol redefinition tests to fail on targets which do not convert fixups


Hi Guys

  I am applying the attached patch to fix PRs 3810 and 3800.  The gas
  tests were failing for these targets (h8300 and mn10300) because
  they do not convert fixups against local symbols into relocs against
  section symbols.  (They convert them into relocs against local
  symbols).  This causes problems if those local symbols are never
  emitted because they have been cloned and redefined.

Cheers
  Nick

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

	PR gas/3810 gas/3800
	* gas/elf/elf.exp: Expect the redef test to fail on targets which
	do not convert fixups against ordinary symbols into relocs against
	section symbols.
	* gas/all/gas.exp: Likewise.


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