From: Ian Lance Taylor Date: Thu, 20 Jun 1996 22:23:22 +0000 (+0000) Subject: * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bacecac8493b2a91965bf89be4182a342bd18151;p=binutils-gdb.git * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather than relying on a right shift of 32. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 931966d104f..5a465019d4d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 20 18:14:25 1996 Ian Lance Taylor + + * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather + than relying on a right shift of 32. + Thu Jun 20 11:00:57 1996 Doug Evans * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.