aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-26 12:13:20 +0000
committerNick Clifton <nickc@redhat.com>1999-10-26 12:13:20 +0000
commit1ac6a75211ea439731cf3fb801f02971fadc4368 (patch)
tree7d5e0304b23d700947123e60500991df71ec283c /ld
parent96925346dea50ea13372dad10267bdc3acae0fe7 (diff)
downloadfsf-binutils-gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.zip
fsf-binutils-gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.tar.gz
fsf-binutils-gdb-1ac6a75211ea439731cf3fb801f02971fadc4368.tar.bz2
Remove extraneous underscore from prototype
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
-rw-r--r--ld/emultempl/armcoff.em2
-rw-r--r--ld/emultempl/armelf.em2
3 files changed, 9 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dad40e2..564bb2b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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>
* scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
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. */
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 583850d..84fe088 100644
--- a/ld/emultempl/armelf.em
+++ b/ld/emultempl/armelf.em
@@ -65,7 +65,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));
static int no_pipeline_knowledge = 0;