aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-22 14:32:12 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-22 14:32:12 +0000
commitd02d939fdb1184964f5ae0df24e755146b09f685 (patch)
tree1e626c9aff2c3430d3396324c2b82b26429a0ab1
parentfed9b18aea1b56266dfef2eaa613e0055eb6aa12 (diff)
downloadfsf-binutils-gdb-d02d939fdb1184964f5ae0df24e755146b09f685.zip
fsf-binutils-gdb-d02d939fdb1184964f5ae0df24e755146b09f685.tar.gz
fsf-binutils-gdb-d02d939fdb1184964f5ae0df24e755146b09f685.tar.bz2
add a couple of if/else/endif comments
-rw-r--r--gas/config/obj-aout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c
index 98db461..4b4f4d8 100644
--- a/gas/config/obj-aout.c
+++ b/gas/config/obj-aout.c
@@ -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)