mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* config/rx-parse.y: Make the .L optional for ADC and SBB.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-04-03 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* config/rx-parse.y: Make the .L optional for ADC and SBB.
|
||||||
|
|
||||||
2012-04-02 DJ Delorie <dj@redhat.com>
|
2012-04-02 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* config/rx-parse.y: IMM->IMM_, take an extra parameter for the
|
* config/rx-parse.y: IMM->IMM_, take an extra parameter for the
|
||||||
|
@ -816,7 +816,7 @@ op_subadd
|
|||||||
op_dp20_rm_l
|
op_dp20_rm_l
|
||||||
: REG ',' REG
|
: REG ',' REG
|
||||||
{ id24 (1, 0x03 + (sub_op<<2), 0x00); F ($1, 16, 4); F ($3, 20, 4); }
|
{ id24 (1, 0x03 + (sub_op<<2), 0x00); F ($1, 16, 4); F ($3, 20, 4); }
|
||||||
| disp '[' REG ']' DOT_L ',' REG
|
| disp '[' REG ']' opt_l ',' REG
|
||||||
{ B4 (MEMEX, 0xa0, 0x00 + sub_op, 0x00);
|
{ B4 (MEMEX, 0xa0, 0x00 + sub_op, 0x00);
|
||||||
F ($3, 24, 4); F ($7, 28, 4); DSP ($1, 14, LSIZE); }
|
F ($3, 24, 4); F ($7, 28, 4); DSP ($1, 14, LSIZE); }
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user