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
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