Typo in ld/emultempl/armcoff.em and armelf.em

Nick Clifton nickc@cygnus.com
Tue Oct 26 05:13:00 GMT 1999


Hi Scott,

: In these files 
: 
: static void gld_${EMULATION_NAME}_finish PARAMS ((void));
: 
: gives the following warning when compiling:
: 
: earmelf.c:64: warning: `gld_armelf_finish' declared `static' but never
: defined
: 
: In these files these functions are defined and used as:
: 
: static void gld${EMULATION_NAME}_finish (void);
: 
: The underscore between gld and ${EMULATION_NAME} needs to be removed.


Thanks for spotting this.  I have checked in a patch to fix these
files.

Cheers
	Nick



More information about the Binutils mailing list