This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: relocations
- From: Richard Henderson <rth at redhat dot com>
- To: Stuart Clarke <stuart_clarke at beeline dot ag>
- Cc: GCC <gcc at gcc dot gnu dot org>, Corey Schuhen <corey_schuhen at beeline dot ag>
- Date: Wed, 23 Oct 2002 10:02:25 -0700
- Subject: Re: relocations
- References: <200210262157.11591.stuart_clarke@beeline.ag>
On Sat, Oct 26, 2002 at 09:57:11PM +1000, Stuart Clarke wrote:
> GCC doesn't seem to have a run-time option for producing a rela.text section
> rather than a rel.text one. Is there any means by which the GCC source could
> be patched/adjusted to accomplish this?
No. You need to look at the assembler, not the compiler.
r~