Line number bug fix patch from David Mosberger.
authorJim Wilson <wilson@tuliptree.org>
Tue, 4 Jan 2005 05:42:42 +0000 (05:42 +0000)
committerJim Wilson <wilson@tuliptree.org>
Tue, 4 Jan 2005 05:42:42 +0000 (05:42 +0000)
commit196e80401820dbe339f14ba540db899d907680d8
tree431d108373d475d028ec74753d8115d9168fc282
parent54e7231f9e1e64f750c2d9ebf1cb90458cb9d0aa
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.
gas/ChangeLog
gas/config/tc-ia64.c