add a couple of if/else/endif comments
authorIan Lance Taylor <ian@airs.com>
Tue, 22 Jun 1999 14:32:12 +0000 (14:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 22 Jun 1999 14:32:12 +0000 (14:32 +0000)
gas/config/obj-aout.c

index 98db461..4b4f4d8 100644 (file)
@@ -219,7 +219,7 @@ obj_aout_frob_file ()
   assert (x == true);
 }
 
-#else
+#else /* ! BFD_ASSEMBLER */
 
 /* Relocation. */
 
@@ -295,7 +295,7 @@ obj_header_append (where, headers)
 #endif /* CROSS_COMPILE */
 
 }
-#endif
+#endif /* ! defined (obj_header_append) */
 
 void
 obj_symbol_to_chars (where, symbolP)