From bacecac8493b2a91965bf89be4182a342bd18151 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Jun 1996 22:23:22 +0000 Subject: [PATCH] * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather than relying on a right shift of 32. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 931966d104..5a465019d4 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.