fix typo.
authorNick Clifton <nickc@redhat.com>
Fri, 28 May 1999 10:53:04 +0000 (10:53 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 28 May 1999 10:53:04 +0000 (10:53 +0000)
ld/emultempl/armcoff.em

index 9955fdad643c30502a1ab2077ba7f618df2c011c..351a4505060420ab101e3764a768bd6452a3a0e7 100644 (file)
@@ -43,7 +43,7 @@ static void gld${EMULATION_NAME}_before_parse PARAMS ((void));
 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}_list_options PARAMS ((FILE *));
 
 /* If true, then interworking stubs which support calls to old, non-interworking
    aware ARM code should be generated.  */
This page took 0.03463 seconds and 4 git commands to generate.