diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-30 04:19:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-30 04:19:13 +0000 |
commit | 6a08732583bf21b9522b7f83199e43985396d842 (patch) | |
tree | 7dfc8bf0fb27e014c58f838969c0d42566f7fa2d /gas | |
parent | 787f2cb3323e2eb01f11069b9ffa90708be1d2e9 (diff) | |
download | gdb-6a08732583bf21b9522b7f83199e43985396d842.zip gdb-6a08732583bf21b9522b7f83199e43985396d842.tar.gz gdb-6a08732583bf21b9522b7f83199e43985396d842.tar.bz2 |
(elf_frob_symbol): Don't free and clear sy_obj if it's already known to be null.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 77d314d..c349d19 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com> + + * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj + if it's already known to be null. + Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32 |