On Mon, Oct 05, 2015 at 05:36:33PM +0200, Jose E. Marchesi wrote: > This patch adds support for a RELOC_TYPE_ID transform macros that > backends can use before including common-reloc.c. The sparc backend > uses this in order to extract the relocation IDs from r_type fields. > In this target the most significative 24 bits of r_type are used to > store an additional addend in some relocation types.
Thanks. Pushed to master.