Remove extraneous underscore from prototype
authorNick Clifton <nickc@redhat.com>
Tue, 26 Oct 1999 12:13:20 +0000 (12:13 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Oct 1999 12:13:20 +0000 (12:13 +0000)
ld/ChangeLog
ld/emultempl/armcoff.em
ld/emultempl/armelf.em

index dad40e2d590a48cbe170a2b40dcdae8dd41e5542..564bb2b3d1f72ec11a5a96ff4043990dd3707c98 100644 (file)
@@ -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
index 3caaa8084ce6b784f8f21e1647884bd3d75a0022..bdb79d416efda91ae0a1f626f5cb4000464be744 100644 (file)
@@ -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.  */
index 583850dac7d20d930128ac090e8cbe3ed5d03db9..84fe0884d5803a0ee2fd6e771efa925e5fdd088f 100644 (file)
@@ -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));
 
 \f
 static int no_pipeline_knowledge = 0;