diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-03 02:25:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-03 02:25:33 +0000 |
commit | d1a6c2428d38a8a36727df7f693d784854172701 (patch) | |
tree | e1ec82f85326d1a8e347a25b10a95b00a4c5f6ec /gas/dwarf2dbg.c | |
parent | 38110bc4c34ea54dfcdd65dcd09dc1364240fa5e (diff) | |
download | binutils-gdb-d1a6c2428d38a8a36727df7f693d784854172701.tar.gz |
* as.h: Fix formatting.
* cgen.c: Likewise.
* cgen.h: Likewise.
* dwarf2dbg.c: Likewise.
* frags.h: Likewise.
* gasp.c: Likewise.
* macro.c: Likewise.
* read.c: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.
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 81cbf8a7d25..2037be39124 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; |