aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2011-03-10 18:26:28 +0000
committerMichael Snyder <msnyder@vmware.com>2011-03-10 18:26:28 +0000
commit5652b4915ceb5be161b5735d68ff7909a33a7db3 (patch)
treed65fcde6faab5d53d3a1ec57c26bbc1d60375772 /gas/ChangeLog
parentecec24e64a26014ab55b1796c4027026b0b5659c (diff)
downloadgdb-5652b4915ceb5be161b5735d68ff7909a33a7db3.zip
gdb-5652b4915ceb5be161b5735d68ff7909a33a7db3.tar.gz
gdb-5652b4915ceb5be161b5735d68ff7909a33a7db3.tar.bz2
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'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
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>