* config/tc-arm.c (arm_symbol_chars): Include '{' and '}'.
	(arm_reg_parse_multi): Skip whitespace first.
	(parse_reg_list): Likewise.
	(parse_vfp_reg_list): Likewise.
	(s_arm_unwind_save_mmxwcg): Likewise.

gas/testsuite/
	* gas/arm/macro-pld.s: Add a 'push {r0}' case.
	* gas/arm/macro-pld.d: Update expected output.
	* gas/arm/macro-vld1.s: New file.
	* gas/arm/macro-vld1.d: New file.
This commit is contained in:
Roland McGrath 2013-06-24 21:05:30 +00:00
parent 243821998e
commit 477330fc7d
7 changed files with 1400 additions and 1361 deletions

View File

@ -1,3 +1,11 @@
2013-06-24 Roland McGrath <mcgrathr@google.com>
* config/tc-arm.c (arm_symbol_chars): Include '{' and '}'.
(arm_reg_parse_multi): Skip whitespace first.
(parse_reg_list): Likewise.
(parse_vfp_reg_list): Likewise.
(s_arm_unwind_save_mmxwcg): Likewise.
2013-06-24 Nick Clifton <nickc@redhat.com>
PR gas/15623
@ -264,7 +272,7 @@
2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
* config/tc-aarch64.c (reloc_table): Update to use
BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
(md_apply_fix): Likewise.
(aarch64_force_relocation): Likewise.

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
2013-06-24 Roland McGrath <mcgrathr@google.com>
* gas/arm/macro-pld.s: Add a 'push {r0}' case.
* gas/arm/macro-pld.d: Update expected output.
* gas/arm/macro-vld1.s: New file.
* gas/arm/macro-vld1.d: New file.
2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
* gas/mips/mips.exp: Remove "LOSE" comments.
@ -378,7 +385,7 @@
* gas/arm/neon-addressing-bad.s: Add test for further invalid VST
operands.
* gas/arm/neon-addressing-bad.l: Update accordingly.
* gas/arm/neon-addressing-bad.l: Update accordingly.
2013-04-08 Jan Beulich <jbeulich@suse.com>

View File

@ -6,3 +6,4 @@ Disassembly of section \.text:
0+ <.*>:
\s*0:\s+f5d0f000\s+pld\s+\[r0\]
\s*4:\s+e52d0004\s+push\s+{r0}\s*.*

View File

@ -2,3 +2,4 @@
\rest
.endm
foo r0, pld [r0]
foo r0, push {r0}

View File

@ -0,0 +1,8 @@
#objdump: -dr
.*: file format .*
Disassembly of section \.text:
0+ <.*>:
\s*0:\s+f420070f\s+vld1.8\s+{d0},\s*\[r0\]

View File

@ -0,0 +1,9 @@
.fpu neon
.macro sfi_breg basereg, insn, operands:vararg
.macro _sfi_breg_doit B
\insn \operands
.endm
_sfi_breg_doit \basereg
.purgem _sfi_breg_doit
.endm
sfi_breg r0, vld1.8 {d0}, [\B]