Revert Intel-style assembly back to AT&T-style.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Dec 2005 00:25:23 +0000 (00:25 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Dec 2005 00:25:23 +0000 (00:25 +0000)
commit575dc45e34db19ee7808c116e93485b37e0df716
tree072175a4974dc8adc4ea0aacec1cbd4bafd373d6
parenta8e7532e684e4ea92a06d4eaf0d9ab714e4c2ad2
Revert Intel-style assembly back to AT&T-style.
The Intel-style assembly found too many bugs in GAS
and the GAS folks actually changed behavior on us
for lidt, lgdt.
20 files changed:
doc/userprog.texi
src/Make.config
src/lib/kernel/bitmap.c
src/lib/user/syscall.c
src/tests/userprog/child-bad.c
src/tests/userprog/sc-bad-arg.c
src/tests/userprog/sc-bad-sp.c
src/tests/userprog/sc-boundary-2.c
src/tests/userprog/sc-boundary.c
src/tests/vm/pt-grow-bad.c
src/tests/vm/pt-grow-pusha.c
src/threads/init.c
src/threads/interrupt.c
src/threads/io.h
src/threads/loader.S
src/threads/switch.S
src/threads/thread.c
src/userprog/exception.c
src/userprog/pagedir.c
src/userprog/process.c