summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
commitd1a6c2428d38a8a36727df7f693d784854172701 (patch)
treee1ec82f85326d1a8e347a25b10a95b00a4c5f6ec /gas/dwarf2dbg.c
parent38110bc4c34ea54dfcdd65dcd09dc1364240fa5e (diff)
downloadbinutils-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.c2
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;