This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]