Move struct hash_entry from hash.h to hash.c.

This commit is contained in:
Ken Raeburn 1995-11-30 04:22:27 +00:00
parent 6a08732583
commit ac9ef8eef1
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
* 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.