mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
add a couple of if/else/endif comments
This commit is contained in:
@ -219,7 +219,7 @@ obj_aout_frob_file ()
|
|||||||
assert (x == true);
|
assert (x == true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else /* ! BFD_ASSEMBLER */
|
||||||
|
|
||||||
/* Relocation. */
|
/* Relocation. */
|
||||||
|
|
||||||
@ -295,7 +295,7 @@ obj_header_append (where, headers)
|
|||||||
#endif /* CROSS_COMPILE */
|
#endif /* CROSS_COMPILE */
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* ! defined (obj_header_append) */
|
||||||
|
|
||||||
void
|
void
|
||||||
obj_symbol_to_chars (where, symbolP)
|
obj_symbol_to_chars (where, symbolP)
|
||||||
|
Reference in New Issue
Block a user