2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
PR gas/708 * config/tc-arc.c(md_assemble):Initialize suffix for extension suffixes also. * testsuite/gas/arc/extensions.s:New file * testsuite/gas/arc/extensions.d:New file
This commit is contained in:
parent
190eb1370b
commit
b15c27d7c1
4 changed files with 23 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-03-01 Ramana Radhakrishnan <ramana@gnumenor>
|
||||
|
||||
PR gas/708
|
||||
* config/tc-arc.c(md_assemble):Initialize suffix for extension
|
||||
suffixes also.
|
||||
* testsuite/gas/arc/extensions.s:New file
|
||||
* testsuite/gas/arc/extensions.d:New file
|
||||
|
||||
|
||||
2005-03-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
|
||||
|
|
|
@ -568,7 +568,7 @@ md_assemble (str)
|
|||
NULL);
|
||||
else
|
||||
insn |= suf->value << operand->shift;
|
||||
|
||||
suffix = suf;
|
||||
str = t;
|
||||
found = 1;
|
||||
}
|
||||
|
|
9
gas/testsuite/gas/arc/extensions.d
Normal file
9
gas/testsuite/gas/arc/extensions.d
Normal file
|
@ -0,0 +1,9 @@
|
|||
#as: -EL -marc8
|
||||
#objdump: -dr -EL
|
||||
|
||||
.*: +file format elf32-.*arc
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <condcodeTest>:
|
||||
0: 12 02 00 40 40000212 add.isbusy r0,r0,r1
|
4
gas/testsuite/gas/arc/extensions.s
Normal file
4
gas/testsuite/gas/arc/extensions.s
Normal file
|
@ -0,0 +1,4 @@
|
|||
.extCondCode isbusy, 0x12
|
||||
.section .text
|
||||
condcodeTest:
|
||||
add.isbusy r0,r0,r1
|
Loading…
Reference in a new issue