From: Ken Raeburn Date: Thu, 30 Nov 1995 04:22:27 +0000 (+0000) Subject: Move struct hash_entry from hash.h to hash.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac9ef8eef1a0a0f79f0e52661f127859e2f42bf0;p=binutils-gdb.git Move struct hash_entry from hash.h to hash.c. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c349d19c4c2..494f5a88b79 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Nov 29 23:14:27 1995 Ken Raeburn + * hash.c (struct hash_entry): Moved here... + * hash.h (struct hash_entry): ...from here. + * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj if it's already known to be null.