enum { BFD_ENDIAN_BIG, ...}
Alan Modra
amodra@bigpond.net.au
Mon Dec 17 16:32:00 GMT 2001
More information about the Binutils mailing list
Mon Dec 17 16:32:00 GMT 2001
- Previous message (by thread): enum { BFD_ENDIAN_BIG, ...}
- Next message (by thread): enum { BFD_ENDIAN_BIG, ...}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
While we're on this subject, note that initialising pointers (and FP) to all-bits-zero via memset is not strictly portable. Not all architectures represent a NULL pointer as all-bits-zero. The C-FAQ mentions a number of such machines. http://www.eskimo.com/~scs/C-faq/top.html Alan
- Previous message (by thread): enum { BFD_ENDIAN_BIG, ...}
- Next message (by thread): enum { BFD_ENDIAN_BIG, ...}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list