Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: joerg
Date: Tue Aug 5 16:28:39 UTC 2014
Modified Files:
src/sys/arch/evbppc/obs405: obs200_locore.S obs600_locore.S
src/sys/arch/evbppc/walnut: walnut_start.S
src/sys/arch/powerpc/ibm4xx/openbios: locore.S
Log Message:
The argument of stwu is displacement(register), but GAS translates the
%rX mnemonic very early into plain X, so it seemingly accepts
%register(displacement) as well. Be consistent in the formatting for
human consumption.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/obs405/obs200_locore.S
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/obs405/obs600_locore.S
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbppc/walnut/walnut_start.S
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/ibm4xx/openbios/locore.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