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]

Re: patch for fixing illegal instruction (wldrb, wldrh, wstrb, wstrh)


On Thu, 21 Sep 2006, Bridge Wu wrote:

> gas/testsuite/
> 2006-09-21 Bridge Wu <mingqiao.wu@gmail.com>
> 	* gas/arm/iwmmxt-wldstbh.s: New file.

You need both .s and .d files - you are asserting not merely that the file 
assembles but that it assembles to particular code.

Run "make check" with the testcase added but without the code patch.  The 
.log and .sum files should show your new testcase has been run and FAILed.  
Then apply the code patch and run "make check" again.  The new testcase 
should be shown as PASSing, and no new FAILs should have appeared.

-- 
Joseph S. Myers
joseph@codesourcery.com


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