diff options
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r-- | gas/dwarf2dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index 81cbf8a..2037be3 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -241,7 +241,7 @@ dwarf2_gen_line_info (ofs, loc) symbols apply to assembler code. It is necessary to emit duplicate line symbols when a compiler asks for them, because GDB uses them to determine the end of the prologue. */ - if (debug_type == DEBUG_DWARF2 + if (debug_type == DEBUG_DWARF2 && line == loc->line && filenum == loc->filenum) return; |