I have been spending some time on this and finally feel like
I understand what needs to be done. The first part is in the
"SPECIAL_BFD". As I now understand it, no relocation occurs
here but some additional reloc types (and their sections) need
to be created to complete the object file. In particular, ia64
will require at least three new sections, .got, .plt and .opd.
But there is a problem a little later. The ia664 backend to
bfd does not seem to support the routine bfd_get_relocated_section_contents
at least for this usage. All the low level routines appear to be present
but it is not clear what front end routine(s) to call to take advantage
of them. Can you make any suggestions?

Richard


On Fri July 6 2007 10:19, you wrote:
> Greetings!
>
> Richard Harke <[EMAIL PROTECTED]> writes:
> > On Tue July 3 2007 12:51, you wrote:
> > > Greetings!  Just wondering if you've made any headway on native object
> > > relocation for axiom on this platform.
> > >
> > > Take care,
> >
> > Sorry. No progress. I'll try to take another look at this in the near
> > future. Richard
>
> Thanks!  Do you have any refs to concise documentation for the
> gcc-emitted reloc types?
>
> Take care,
>
> > _______________________________________________
> > Axiom-developer mailing list
> > Axiom-developer@nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/axiom-developer


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to