2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
* gas/arc/ld.s:Add checks for short immediates with ld * gas/arc/ld.d:Likewise.
This commit is contained in:
parent
2f12d57ff9
commit
c67de7d552
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
|
||||
|
||||
* gas/arc/ld.s:Add checks for short immediates with ld
|
||||
* gas/arc/ld.d:Likewise.
|
||||
|
||||
2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
|
||||
|
@ -48,6 +53,7 @@
|
|||
section.
|
||||
* gas/arm/pic.d: Likewise.
|
||||
|
||||
>>>>>>> 1.791
|
||||
2005-03-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
|
||||
|
|
|
@ -12,3 +12,5 @@ Disassembly of section .text:
|
|||
c: 05 06 21 00 00210605 ldw.x r1,\[r2,r3\]
|
||||
10: 0d 88 41 00 0041880d ldw.x.a r2,\[r3,r4\]
|
||||
14: 00 80 1f 08 081f8000 ld r0,\[0\]
|
||||
18: 1e 80 00 08 0800801e ld r0,\[r1,30\]
|
||||
1c: ec 01 21 08 082101ec ld r1,\[r2,-20\]
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
ldw.x r1,[r2,r3]
|
||||
ldw.x.a r2,[r3,r4]
|
||||
ld r0,[0]
|
||||
ld r0,[r1,30]
|
||||
ld r1,[r2,-20]
|
||||
|
|
Loading…
Reference in a new issue