This is the mail archive of the gcc@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: unwind-dw2.c: 2 new branch build failures overnight.


On Fri, May 18, 2001 at 02:14:17AM -0500, Robert Lipe wrote:
> > Ok, so is there any other way to generate pc-relative relocations
> > for this target?
> 
> Shrug.   This one is a very SVR4-ish system that I've configured to 
> use the native (again, with SVR4 lineage) assembler.

Does the following work for this assembler?

	.long	foo@got
	.long	bar@gotoff

If so, this would be a workable alternative to pc-relative relocs.


r~


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