This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] R_C6000_EHTYPE


On Thu, 7 Apr 2011, Paul Brook wrote:

> The attached patch adds support for the R_C6000_EHTYPE relocation.
> This is used by c++ exception handling tables.  It serves the same purpose as 
> the R_ARM_TARGET2 relocation, except that C6X only really has one addressing 
> model.  It is implemented as a SB-relative offset of the GOT entry pointing to 
> the referenced symbol.
> 
> These relocations can be generated using the new .ehtype assembler directive.
> 
> Ok?

In both places where you add the HOWTO entries for the new relocation you 
also need to remove EMPTY_HOWTO (28).

-- 
Joseph S. Myers
joseph@codesourcery.com


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