* config/rx-parse.y: Make the .L optional for ADC and SBB.
authorDJ Delorie <dj@redhat.com>
Tue, 3 Apr 2012 19:06:40 +0000 (19:06 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 3 Apr 2012 19:06:40 +0000 (19:06 +0000)
gas/ChangeLog
gas/config/rx-parse.y

index 98a0f329157d891c3e84332768ad4751425aeff6..ebe0cfb0a74f93300f2935cd538d7d89b16a5662 100644 (file)
@@ -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>
 
        * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
index da4969a1e2262b41c7a6c2740118f4415b6529b4..f223dc7e4fe314dffcc2c9e2ebe99244881f92ad 100644 (file)
@@ -816,7 +816,7 @@ op_subadd
 op_dp20_rm_l
        : REG ',' REG
          { 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);
          F ($3, 24, 4); F ($7, 28, 4); DSP ($1, 14, LSIZE); }
        ;
This page took 0.025882 seconds and 4 git commands to generate.