Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/csu/arch/sh3
Module Name: src
Committed By: uwe
Date: Tue Jan 31 20:12:47 UTC 2012
Modified Files:
src/lib/csu/arch/sh3: crtend.S crti.S
Log Message:
Use unambiguous .p2align 2 since .align 4 copied from i386 is
incorrect, as .align is .p2align on sh3, not .balign
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crtend.S
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/arch/sh3/crti.S
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