mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +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);
|
||||
}
|
||||
|
||||
#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)
|
||||
|
Reference in New Issue
Block a user