[PATCH][RFC] API extension for binutils (type of symbols).

Martin Liška mliska@suse.cz
Thu Mar 12 13:24:34 GMT 2020


On 3/12/20 2:15 PM, Richard Biener wrote:
> #elif defined __LITTLE_ENDIAN__

Hmm, the macro is not defined. Even a simple test-case shows that:

$ cat le.c
#ifdef __LITTLE_ENDIAN__
asdfa
#endif

$ gcc le.c -c
[no error]


More information about the Gcc-patches mailing list