OSDN Git Service

Line number bug fix patch from David Mosberger.
authorwilson <wilson>
Tue, 4 Jan 2005 05:42:41 +0000 (05:42 +0000)
committerwilson <wilson>
Tue, 4 Jan 2005 05:42:41 +0000 (05:42 +0000)
commit6245e6cdec0dcd12bfc7bf191cc9999f94e06c2b
tree1fc82a1261d5b93354377c1a864aa70fcfaaf247
parent95477ca73fd7d10739565e9c5ffdc47451942663
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