From: Ian Lance Taylor Date: Mon, 10 Jun 1996 23:32:34 +0000 (+0000) Subject: * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu X-Git-Tag: gdb-4_18~8538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92e61d31114929b4c9092b0ee982294fe650e3c3;p=external%2Fbinutils.git * 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. --- 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 Mon Jun 10 11:45:51 1996 Ian Lance Taylor + * 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.