Source-Changes archive

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

CVS commit: src/lib/libpthread/arch/i386



Module Name:    src
Committed By:   gmcgarry
Date:           Mon Jul  7 13:07:55 UTC 2008

Modified Files:
        src/lib/libpthread/arch/i386: _getsetc.S

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.7 -r1.8 src/lib/libpthread/arch/i386/_getsetc.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