diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-26 12:13:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-26 12:13:20 +0000 |
commit | 1ac6a75211ea439731cf3fb801f02971fadc4368 (patch) | |
tree | 7d5e0304b23d700947123e60500991df71ec283c /ld/emultempl/armcoff.em | |
parent | 96925346dea50ea13372dad10267bdc3acae0fe7 (diff) | |
download | gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.zip gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.tar.gz gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.tar.bz2 |
Remove extraneous underscore from prototype
Diffstat (limited to 'ld/emultempl/armcoff.em')
-rw-r--r-- | ld/emultempl/armcoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/armcoff.em b/ld/emultempl/armcoff.em index 3caaa80..bdb79d4 100644 --- a/ld/emultempl/armcoff.em +++ b/ld/emultempl/armcoff.em @@ -44,7 +44,7 @@ static void gld${EMULATION_NAME}_before_allocation PARAMS ((void)); static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile)); static int gld${EMULATION_NAME}_parse_args PARAMS((int, char **)); 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 aware ARM code should be generated. */ |