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]
Other format: [Raw text]

Problem with latest patch to tc-mips.c


Hi Thiemo,

  Your recent patch:

2002-05-28  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	* config/tc-mips.c: Replace GP in comments by $gp.
	(mips_big_got): Initialize.
	(mips_trap): Initialize.
	(load_address): Use mips_gp_register instead of hardcoded value.
	Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
        [snip]

  Has introduced a few bugs into the mips port:

.../gas/config/tc-mips.c: In function `load_address':
.../gas/config/tc-mips.c:3828: `dbl' undeclared (first use in this function)
.../gas/config/tc-mips.c:3828: (Each undeclared identifier is reported only once
.../gas/config/tc-mips.c:3828: for each function it appears in.)
make[3]: *** [tc-mips.o] Error 1

  I assume that this is just a small typoi, but could you fix it
  please ?

Cheers
        Nick


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