From: Ian Lance Taylor Date: Tue, 22 Jun 1999 14:32:12 +0000 (+0000) Subject: add a couple of if/else/endif comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d02d939fdb1184964f5ae0df24e755146b09f685;p=binutils-gdb.git add a couple of if/else/endif comments --- diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index 98db46105e2..4b4f4d80eb3 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)