This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 11/22] sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess


On 19 Feb 2015 23:31, Jiri Gaisler wrote:
> +#if WITH_HOST_BYTE_ORDER==BIG_ENDIAN

needs spaces around the ==

> +#define HOST_BIG_ENDIAN
> +#else
> +#define HOST_LITTLE_ENDIAN
> +#endif

i prefer to use the existing defines, but i guess you've got a lot of code in 
here already using these, so not worth the shuffle at this time
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]