aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-20 22:23:22 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-20 22:23:22 +0000
commitbacecac8493b2a91965bf89be4182a342bd18151 (patch)
treef45721d374f64efcf2cb0af6cd70635a6ac262d4
parent1a7b4b7ceda5112d7d42def4439b548725ab0095 (diff)
downloadgdb-bacecac8493b2a91965bf89be4182a342bd18151.zip
gdb-bacecac8493b2a91965bf89be4182a342bd18151.tar.gz
gdb-bacecac8493b2a91965bf89be4182a342bd18151.tar.bz2
* ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
than relying on a right shift of 32.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 931966d..5a46501 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 20 18:14:25 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <dje@canuck.cygnus.com>
* peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.