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]
Other format: [Raw text]

Re: relocations


I am using the following version of GCC:

gcc version 2.95.2 20000313 (Debian GNU/Linux)

I apologise for not including this information in my first post.

Thanks again,

Stuart

On Saturday 26 October 2002 21:57, Stuart Clarke wrote:
> 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
> ###########################################################################
>##########


#####################################################################################
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
#####################################################################################


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