aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2005-01-04 05:42:42 +0000
committerJim Wilson <wilson@tuliptree.org>2005-01-04 05:42:42 +0000
commit196e80401820dbe339f14ba540db899d907680d8 (patch)
tree431d108373d475d028ec74753d8115d9168fc282 /gas/ChangeLog
parent54e7231f9e1e64f750c2d9ebf1cb90458cb9d0aa (diff)
downloadgdb-196e80401820dbe339f14ba540db899d907680d8.zip
gdb-196e80401820dbe339f14ba540db899d907680d8.tar.gz
gdb-196e80401820dbe339f14ba540db899d907680d8.tar.bz2
Line number bug fix patch from David Mosberger.
* config/tc-ia64.c (md): Add member "loc_directive_seen". (dot_loc): New function. (md_pseudo_table): Add entry to map .loc to dot_loc(). (emit_one_bundle): Only call dwarf2_gen_line_info() if we have seen a .loc directive or we're generating DWARF2 debug info for assembly source.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5cb3183..c412689 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-03 David Mosberger <davidm@hpl.hp.com>
+
+ * config/tc-ia64.c (md): Add member "loc_directive_seen".
+ (dot_loc): New function.
+ (md_pseudo_table): Add entry to map .loc to dot_loc().
+ (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
+ seen a .loc directive or we're generating DWARF2 debug info for
+ assembly source.
+
2004-12-29 Alan Modra <amodra@bigpond.net.au>
PR gas/619