public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Typo in ld/emultempl/armcoff.em and armelf.em
@ 1999-10-25 12:09 Scott Bambrough
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Bambrough @ 1999-10-25 12:09 UTC (permalink / raw)
  To: binutils mailing list

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Typo in ld/emultempl/armcoff.em and armelf.em
@ 1999-10-26  5:13 Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 1999-10-26  5:13 UTC (permalink / raw)
  To: scottb; +Cc: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-10-26  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-25 12:09 Typo in ld/emultempl/armcoff.em and armelf.em Scott Bambrough
1999-10-26  5:13 Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).