From: Ian Lance Taylor Date: Wed, 27 Oct 1993 18:47:40 +0000 (+0000) Subject: * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=007ff46b2e5efe9601d51a8bedf7da0c0ebdccd5;p=binutils-gdb.git * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number after a .ent directive. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index dd39b7fb3f0..c56ba622de2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Oct 27 11:48:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number + after a .ent directive. + * config/tc-mips.c (mips_ip): Handle '>' case (shift amount between 32 and 63 for double shift instruction). Do & 0x1f rather than % 32.