aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-09-20 21:00:15 +0000
committerRichard Henderson <rth@redhat.com>2005-09-20 21:00:15 +0000
commitfead5cd91c33f72d90553f99b10349b0f154d9df (patch)
treedf4b9784f6631e0fcecc88aec02c5ea23a84f517 /gas/ChangeLog
parent07a53e5cdb3d786ea59bdce443b307c04f691d17 (diff)
downloadgdb-fead5cd91c33f72d90553f99b10349b0f154d9df.zip
gdb-fead5cd91c33f72d90553f99b10349b0f154d9df.tar.gz
gdb-fead5cd91c33f72d90553f99b10349b0f154d9df.tar.bz2
* dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c484842..2506e68 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2005-09-20 Richard Henderson <rth@redhat.com>
+ * dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
+
+2005-09-20 Richard Henderson <rth@redhat.com>
+
* dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
with label.
(dwarf2_loc_mark_labels): New.