This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: 3.0 PATCH: Fix mips-tfile to avoid Tru64 UNIX V5.1 linker warning


On Wed, Jun 13, 2001 at 08:00:39PM +0200, Rainer Orth wrote:
> * TARGET_AS_CAN_SUBTRACT_LABELS is back (I'll add a autoconf test for this
>   instead of hardcoding in osf5.h, unless I can convince Compaq to again
>   remove that limitation)

Hm.. does that affect

	.text
label1:
	nop
label2:
	.data
	.long label2 - label1

as well?  I sure hope not.

> * object files it creates from empty assembler sources crash mips-tfile (I
>   have a fix for that, but still need to make sure it's really correct and
>   mips-tfile in error)

This is the one I was half remembering.

> * the debugging info created by mips-tfile from object files assembled with
>   the new adu are hosed (probably mips-tfile is in error again)

Ug.

> Seems like we need another autoconf test for this one ;-)

Nope.  I call no more nonsense here.  Use a working version or die.


r~


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