diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:53:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-28 10:53:04 +0000 |
commit | 229cf42b3388829e250cfab927fbb116e6d946ae (patch) | |
tree | 698e51cb7d144c48a6e46829158cba6a55e412c6 /ld | |
parent | b3043ee4e2db599cac8a7a0b168f6983e289abdc (diff) | |
download | gdb-229cf42b3388829e250cfab927fbb116e6d946ae.zip gdb-229cf42b3388829e250cfab927fbb116e6d946ae.tar.gz gdb-229cf42b3388829e250cfab927fbb116e6d946ae.tar.bz2 |
fix typo.
Diffstat (limited to 'ld')
-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 9955fda..351a450 100644 --- a/ld/emultempl/armcoff.em +++ b/ld/emultempl/armcoff.em @@ -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. */ |