Regarding

David Daney ddaney@avtrex.com
Mon Dec 10 09:53:00 GMT 2007


ashish mahamuni wrote:
> Hi All,
>
> Can I know the list of file names in gcc source where
> endianness support is implemented
>
>   
Yes, from the root of the gcc source tree do something like this:

grep -r _ENDIAN * | grep -v .svn


David Daney



More information about the Gcc mailing list