This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: add vtable relocs for Alpha


Andreas Jaeger <aj@suse.de> writes:

> > It should be rewritten to not use relocation entries.  Using
> > relocation entries requires changes to every single ELF target file.
> > 
> > Instead, the vtable information should be stored in special sections.
> > The linker should read the information out of those sections.  This
> > can be done in generic code in elflink.[ch].
> 
> Is any architecture doing it this way already?

No.  This should be written in a manner which causes all architectures
to start using it automatically.

> Or is this approach
> documented anywhere?

No.

Ian


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