mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
fix typo.
This commit is contained in:
@ -43,7 +43,7 @@ static void gld${EMULATION_NAME}_before_parse PARAMS ((void));
|
|||||||
static void gld${EMULATION_NAME}_before_allocation PARAMS ((void));
|
static void gld${EMULATION_NAME}_before_allocation PARAMS ((void));
|
||||||
static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile));
|
static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile));
|
||||||
static int gld${EMULATION_NAME}_parse_args PARAMS((int, char **));
|
static int gld${EMULATION_NAME}_parse_args PARAMS((int, char **));
|
||||||
static void gld_${EMULATION_NAME}_list_options PARAMS ((FILE *));
|
static void gld${EMULATION_NAME}_list_options PARAMS ((FILE *));
|
||||||
|
|
||||||
/* If true, then interworking stubs which support calls to old, non-interworking
|
/* If true, then interworking stubs which support calls to old, non-interworking
|
||||||
aware ARM code should be generated. */
|
aware ARM code should be generated. */
|
||||||
|
Reference in New Issue
Block a user