Hi Guys, : > #define ELFOSABI_ARM 129 : > : > that should work shouldn't it ? : : You will break binary compatibility since the ld.so tests for this value. Ah, in which case maybe we should try to get #define ELFOSABI_ARM 97 registered as a valid ELF gABI value ? How is this done ? Cheers Nick