diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-30 04:22:27 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-30 04:22:27 +0000 |
commit | ac9ef8eef1a0a0f79f0e52661f127859e2f42bf0 (patch) | |
tree | e98a313f65532f971c6b67d1ce5e6bd01804100d /gas | |
parent | 6a08732583bf21b9522b7f83199e43985396d842 (diff) | |
download | gdb-ac9ef8eef1a0a0f79f0e52661f127859e2f42bf0.zip gdb-ac9ef8eef1a0a0f79f0e52661f127859e2f42bf0.tar.gz gdb-ac9ef8eef1a0a0f79f0e52661f127859e2f42bf0.tar.bz2 |
Move struct hash_entry from hash.h to hash.c.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c349d19..494f5a8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. |