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]

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


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.

Scott

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