summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-03-16 11:17:52 +0000
committerNick Clifton <nickc@redhat.com>2015-03-16 11:17:52 +0000
commitb57dc16f06bbe31a5dad044556d12ecda138e1c3 (patch)
treec5935f876ace9d431d05b283b3c42f89f96b52c1 /gas/dwarf2dbg.c
parent9c761a554184c2ded303c4929a7023b972b2fb9f (diff)
downloadbinutils-gdb-b57dc16f06bbe31a5dad044556d12ecda138e1c3.tar.gz
Removes a #if 1 ... #endif accidentally left in the source code.
* dwarf2dbg.c (out_header): Remove spurious #if 1.
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r--gas/dwarf2dbg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c
index 9177bdf7d85..e67c9921668 100644
--- a/gas/dwarf2dbg.c
+++ b/gas/dwarf2dbg.c
@@ -1467,7 +1467,7 @@ out_header (asection *sec, expressionS *exp)
symbolS *end_sym;
subseg_set (sec, 0);
-#if 1
+
if (flag_dwarf_sections)
{
/* If we are going to put the start and end symbols in different
@@ -1478,7 +1478,6 @@ out_header (asection *sec, expressionS *exp)
symbol_set_value_now (start_sym);
}
else
-#endif
{
start_sym = symbol_temp_new_now ();
end_sym = symbol_temp_make ();