[PATCH] c6x: Fix EHTYPE relocations

2025-04-14 Thread Richard Braun
From: Richard Braun 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

Re: GCC's -fsplit-stack disturbing Mach's vm_allocate

2014-04-14 Thread Richard Braun
rough null pointers, e.g. it could even be 64 or 128 KiB. We could alter glibc so that the first mapping has this special size, and have munmap override its given range to skip that area. -- Richard Braun