Source-Changes archive

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

CVS commit: src/sys/arch/i386



Module Name:    src
Committed By:   gmcgarry
Date:           Mon Jul  7 13:01:16 UTC 2008

Modified Files:
        src/sys/arch/i386/i386: vector.S
        src/sys/arch/i386/include: frameasm.h

Log Message:
Selector registers are 16-bit and binutils 2.18 insists that only 16-bit
accesses are permitted on them.  Therefore, change movl to movw.  No change to
machine code generated.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/i386/i386/vector.S
cvs rdiff -r1.13 -r1.14 src/sys/arch/i386/include/frameasm.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