diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 970cbd9..437768e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-03-10 Michael Snyder <msnyder@vmware.com> + + Revert the following change: + * dwarf2dbg.c (out_file_list): Free malloced 'dir'. + (out_debug_info): Free malloced 'dirname' and 'comp_dir'. + 2011-03-10 Alan Modra <amodra@gmail.com> * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS, @@ -8,8 +14,8 @@ * dwarf2dbg.c (out_file_list): Free malloced 'dir'. (out_debug_info): Free malloced 'dirname' and 'comp_dir'. - (emit_fixed_inc_line_addr): Assign instead of conditional - in assert. + (emit_fixed_inc_line_addr): Assign instead of conditional in + assert. 2011-03-05 H.J. Lu <hongjiu.lu@intel.com> |