mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
Remove extraneous underscore from prototype
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
1999-10-26 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* emultempl/armcoff.em (gld{}_finish): Remove extraneous
|
||||||
|
underscore from prototype.
|
||||||
|
* emultempl/armelf.em (gld{}_finish): Remove extraneous
|
||||||
|
underscore from prototype.
|
||||||
|
|
||||||
1999-10-07 Geoffrey Keating <geoffk@cygnus.com>
|
1999-10-07 Geoffrey Keating <geoffk@cygnus.com>
|
||||||
|
|
||||||
* scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
|
* scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
|
||||||
|
@ -44,7 +44,7 @@ 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 *));
|
||||||
static void gld_${EMULATION_NAME}_finish PARAMS ((void));
|
static void gld${EMULATION_NAME}_finish PARAMS ((void));
|
||||||
|
|
||||||
/* 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. */
|
||||||
|
@ -65,7 +65,7 @@ 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 *));
|
||||||
static void gld_${EMULATION_NAME}_finish PARAMS ((void));
|
static void gld${EMULATION_NAME}_finish PARAMS ((void));
|
||||||
|
|
||||||
|
|
||||||
static int no_pipeline_knowledge = 0;
|
static int no_pipeline_knowledge = 0;
|
||||||
|
Reference in New Issue
Block a user