On 4/14/25 4:26 AM, Richard Braun wrote:
R_C6000_EHTYPE relocations are implemented as GOT-indirect relocations,
but, as specified by the C6000 EABI (SPRAB89A), 13.5.1 Relocation Types,
they are a special case of SBR (static base relocation).
gcc/
* config/c6x/c6x.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove the
DW_EH_PE_indirect flag.
THanks. I've pushed this to the trunk.
Note the c6x port is deprecated on the trunk as it hasn't been updated
for a required change (LRA replacement of reload). So unless someone
steps up to convert the port, it's going to be removed from GCC.
Jeff