OSDN Git Service

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)
commitf88eb4e335faedb0fdf2a709bf9cddf5b360f105
tree7c08f49a4af5c76147807e5e8cc478a36172b1f9
parent83ea50a4d862c67aada5a2f55a8d07da24389416
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