diff options
author | DJ Delorie <dj@redhat.com> | 2012-04-30 22:09:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-04-30 22:09:09 +0000 |
commit | cad335c901d6f503803e4238b251f828f369514f (patch) | |
tree | b067cb1e4d64ce631fd69d70bbdfc5a5e7d9fd56 /gas/ChangeLog | |
parent | 78e98aaba5b8ece23f0cbb1a6baa0f3b1891b275 (diff) | |
download | gdb-cad335c901d6f503803e4238b251f828f369514f.zip gdb-cad335c901d6f503803e4238b251f828f369514f.tar.gz gdb-cad335c901d6f503803e4238b251f828f369514f.tar.bz2 |
* config/rx-parse.y (rx_intop): Add parameter for operation size.
Check for large positive constants really being small negative
ones.
(BRA, BSR): Update calls to rx_intop.
(immediate): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e64233..dfbdb28 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2012-04-30 DJ Delorie <dj@redhat.com> + + * config/rx-parse.y (rx_intop): Add parameter for operation size. + Check for large positive constants really being small negative + ones. + (BRA, BSR): Update calls to rx_intop. + (immediate): Likewise. + 2012-04-26 Mark Wielaard <mjw@redhat.com> * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2. |