* ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather

than relying on a right shift of 32.
This commit is contained in:
Ian Lance Taylor 1996-06-20 22:23:22 +00:00
parent 1a7b4b7ced
commit bacecac849
1 changed files with 5 additions and 0 deletions

View File

@ -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.