This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
relocations
- From: Stuart Clarke <stuart_clarke at beeline dot ag>
- To: GCC <gcc at gcc dot gnu dot org>
- Cc: Corey Schuhen <corey_schuhen at BEELINE dot ag>
- Date: Sat, 26 Oct 2002 21:57:11 +1000
- Subject: relocations
Hi all,
I am attempting to compile a simple program on my i386 machine for an ARM
target. In doing this, GCC produces a relocation section in its output file
(.rel.text). This relocation section is of the no-addenda variety, however,
and is incompatible with the system on which I am attempting to run my
program. Said system requires a .rela.text section for its relocations (i.e.
one with addenda values).
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?
Thanks,
Stuart
#####################################################################################
Note:
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. You must not, directly or indirectly,
use, disclose, distribute, print, or copy any part of this message if you are not
the intended recipient. BEELINE Technologies and any of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where
the message states otherwise and the sender is authorized to state them to be the
views of any such entity.
Thank You.
postmaster@BEELINE.ag
#####################################################################################