diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-10 23:32:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-10 23:32:34 +0000 |
commit | 92e61d31114929b4c9092b0ee982294fe650e3c3 (patch) | |
tree | 6d83e9b2bc8ee2ea91cf95e8a2952bdb032a57f6 /gas/ChangeLog | |
parent | b91e85c27d807905e3b69e450128c65058a56e8f (diff) | |
download | gdb-92e61d31114929b4c9092b0ee982294fe650e3c3.zip gdb-92e61d31114929b4c9092b0ee982294fe650e3c3.tar.gz gdb-92e61d31114929b4c9092b0ee982294fe650e3c3.tar.bz2 |
* config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
d0{24:1},d0' works without an immediate prefix on the bit numbers.
(md_begin): Add digits to alt_notend_table.
(md_parse_option): Make s a const pointer.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 93739a8..0d9e3e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -6,6 +6,11 @@ Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com> Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu + d0{24:1},d0' works without an immediate prefix on the bit numbers. + (md_begin): Add digits to alt_notend_table. + (md_parse_option): Make s a const pointer. + * config/tc-sparc.c (md_pseudo_table): Add "empty". (s_empty): New static function. |