From b57dc16f06bbe31a5dad044556d12ecda138e1c3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 16 Mar 2015 11:17:52 +0000 Subject: Removes a #if 1 ... #endif accidentally left in the source code. * dwarf2dbg.c (out_header): Remove spurious #if 1. --- gas/dwarf2dbg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/dwarf2dbg.c') diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index 9177bdf..e67c992 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 (); -- cgit v1.1