Removes a #if 1 ... #endif accidentally left in the source code.
authorNick Clifton <nickc@redhat.com>
Mon, 16 Mar 2015 11:17:52 +0000 (11:17 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 16 Mar 2015 11:17:52 +0000 (11:17 +0000)
* dwarf2dbg.c (out_header): Remove spurious #if 1.

gas/ChangeLog
gas/dwarf2dbg.c

index 09cef3dc45615ac25cc2402a104bf90e9d62b346..d449c4a4c601f6930b58733b44ac18b9f9daf223 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-16  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf2dbg.c (out_header): Remove spurious #if 1.
+
 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
 
        * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
index 9177bdf7d85156cf40a475e0697f2fe2f6533dca..e67c99216686c47a6e3256c807dad56bb4383996 100644 (file)
@@ -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 ();
This page took 0.025903 seconds and 4 git commands to generate.