This is the mail archive of the binutils@sources.redhat.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: more on ld mips


Hi Reed,

: i get the following error, even after having done a make install,
: any ideas?
: 
:  it looks like perhaps entry() is illegal, but i'm not sure.

Correct.

Try applying this patch to fix the problem:

Cheers
	Nick


2000-08-10  Nick Clifton  <nickc@cygnus.com>

	* emulparams/mipspe.sh (ENTRY): Add definition.

Index: ld/emulparams/mipspe.sh
===================================================================
RCS file: /cvs/src//src/ld/emulparams/mipspe.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -r1.2 -r1.3
*** mipspe.sh	2000/03/01 20:54:37	1.2
--- mipspe.sh	2000/08/10 19:07:26	1.3
*************** RELOCATEABLE_OUTPUT_FORMAT="ecoff-little
*** 6,8 ****
--- 6,9 ----
  TEMPLATE_NAME=pe
  SUBSYSTEM=PE_DEF_SUBSYSTEM
  INITIAL_SYMBOL_CHAR=\"_\"
+ ENTRY="_mainCRTStartup"

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