Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/csu



Module Name:    src
Committed By:   ross
Date:           Fri Jul  7 19:57:29 UTC 2006

Modified Files:
        src/lib/csu/powerpc: dot_init.h
        src/lib/csu/powerpc64: dot_init.h

Log Message:
Nothing from <machine/asm.h> is even used here, so don't include it.

This was the only place in the system where asm.h contents were seen
by the compiler and hence the only reason why asm.h had to conform
to C syntax. This previously limited asm.h to a cpp constructs and
comments.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/csu/powerpc/dot_init.h
cvs rdiff -r1.3 -r1.4 src/lib/csu/powerpc64/dot_init.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index