aboutsummaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-07 01:18:45 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-07 01:18:45 +0000
commitef99799a42e1d93d6025967df807ad442e29304d (patch)
tree24d10568abd3980362643836b57237842707eeb5 /gas/dwarf2dbg.c
parent4efc3e0524fbc2814d149c01928f51f4e22ab797 (diff)
downloadgdb-ef99799a42e1d93d6025967df807ad442e29304d.zip
gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.gz
gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.bz2
2000-11-06 Kazu Hirata <kazu@hxi.com>
* as.c: Fix formatting. * dwarf2dbg.c: Likewise. * itbl-ops.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * messages.c: Likewise. * read.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * write.c: Likewise.
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r--gas/dwarf2dbg.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c
index bcf1c27..b91ba58 100644
--- a/gas/dwarf2dbg.c
+++ b/gas/dwarf2dbg.c
@@ -782,15 +782,14 @@ dwarf2_generate_asm_lineno (size)
{
bfd_vma addr;
static struct dwarf2_line_info debug_line;
-
+
/* First update the notion of the current source line. */
- dwarf2_where (& debug_line);
-
+ dwarf2_where (&debug_line);
+
/* We want the offset of the start of this
instruction within the the current frag. */
addr = frag_now->fr_address + frag_now_fix () - size;
-
+
/* And record the information. */
- dwarf2_gen_line_info (addr, & debug_line);
+ dwarf2_gen_line_info (addr, &debug_line);
}
-