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]: Fix MCore allinsn GAS test


Hi Guys,

  The allinsn test in the MCore specific part of the GAS testsuite was
  quite broken.  It was using the hash character (#) to introduce so
  constant values when # is actually a line comment character, and the
  expected disassembly did not match up the with the real
  disassembly.  I have applied the attached patch to resolve these
  issues.  The MCore gas testsuite now passes without any unexpected
  failures.

Cheers
  Nick

gas/testsuite/ChangeLog
2007-01-11  Nick Clifton  <nickc@redhat.com>

	* gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
	line comment character.
	* gas/mcore/allinsn.d: Adjust expected disassembly to match real
	output.

Attachment: mcore.allinsn.patch.bz2
Description: BZip2 compressed data


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