diff options
author | DJ Delorie <dj@redhat.com> | 2012-04-03 03:01:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-04-03 03:01:57 +0000 |
commit | b1c0804b2ea1532cab67ae4d7b288b8e013615c5 (patch) | |
tree | 5fa00321d7a521672d2df33ad98b1b3e7c2dcea6 /gas/ChangeLog | |
parent | 2d0e5896241f2014b0ff53314286561e6d6b48c6 (diff) | |
download | gdb-b1c0804b2ea1532cab67ae4d7b288b8e013615c5.zip gdb-b1c0804b2ea1532cab67ae4d7b288b8e013615c5.tar.gz gdb-b1c0804b2ea1532cab67ae4d7b288b8e013615c5.tar.bz2 |
* config/rx-parse.y: IMM->IMM_, take an extra parameter for the
transfer size.
(IMM): New, call IMM_ with the default 32.
(IMMW,IMMB): Likewise, for 16 and 8.
(NIMM, MBIMM): Add size parameter.
(immediate): Likewise. Allow 32768..65535 for 16-bit transfers.
(MOV.W): Use IMMW instead of IMM.
* config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
(op_dp20_rm_l): New.
(op_dp20_rim_l): New.
* config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
(ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
* gas/rx/mov.d: Update patterns for fixed MOV.W encoding.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b49697b..98a0f32 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +2012-04-02 DJ Delorie <dj@redhat.com> + + * config/rx-parse.y: IMM->IMM_, take an extra parameter for the + transfer size. + (IMM): New, call IMM_ with the default 32. + (IMMW,IMMB): Likewise, for 16 and 8. + (NIMM, MBIMM): Add size parameter. + (immediate): Likewise. Allow 32768..65535 for 16-bit transfers. + (MOV.W): Use IMMW instead of IMM. + + * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L. + (op_dp20_rm_l): New. + (op_dp20_rim_l): New. + + * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem. + (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms). + 2012-03-29 Terry Guo <terry.guo@arm.com> * config/tc-arm.c (arm_cpus): Add cortex-m0plus. |