On Fri, 17 Jan 2003, Richard Henderson wrote:
> On Fri, Jan 17, 2003 at 11:49:01PM +0100, Fabio Alemagna wrote: > > Wait a minute, are you saying IA-64 implements section-relative > > relocations? Is that for any kind of sections, or just the dwarf's ones? > > Any sections. See R_IA64_SECREL* in bfd/elfxx-ia64.c. Looking at that, at gas/config/tc-ia64.c and at an email in another thread here, I understand that SECREL relocations are triggered manually, by using a special gas construct, but for me that's overkill, because that should be the default behaviour, not a special one, so every relocation should be section-relative. How do I do that? Also, I guess I'd have to do it only when doing final linking, am I right? Fabio Alemagna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/