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)


Thanks your guide. I submitted such patch for the first time.

I used as and objdump to get the following .d file. Is that ok? Seems
still a little different from iwmmxt2.d you generated. I used the
options shown in iwmmxt.d.

#objdump: -dr --prefix-addresses --show-raw-insn -miwmmxt
#name: Intel(r) Wireless MMX(tm) technology instructions version 1
#as: -mcpu=xscale+iwmmxt -EL

a.out: file format elf32-littlearm

Disassembly of section .text:
00000000 <.text> ecb11000       wldrb   wr1, [r1]
00000004 <.text+0x4> ecf11000   wldrh   wr1, [r1]
00000008 <.text+0x8> eca11000   wstrb   wr1, [r1]
0000000c <.text+0xc> ece11000   wstrh   wr1, [r1]

I run 'make check' in my building folder (other than binutils source
folder), but failed to get final result. I attached the log. It seemed
I need to set DEJAGNU. Could you tell me how to solve it? I installed
runtest in /usr/bin. The version is  Expect-5.43.0, Tcl-8.4 and
Framework-1.4.4.

--
best regards,
-Bridge

Attachment: check.log
Description: Text document


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