Hi Dimitar,
This patch broke avr and pru-elf cross builds: gcc/libgcc/unwind-dw2-fde.c:680:28: error: unknown type name ‘uintptr_t’ 680 | uintptr_t *range)Should uintptr_t be replaced with __UINTPTR_TYPE__? Such change fixes the above broken builds for me. But I'm not sure how valid it is for that part of libgcc.
I have fixed that by using a typedef for __UINTPTR_TYPE__. Best Thomas
