Problem with latest patch to tc-mips.c

Nick Clifton nickc@cambridge.redhat.com
Thu May 30 05:57:00 GMT 2002


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



More information about the Binutils mailing list