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)
commitbb15e05316dc37273c24dcda094806a0250a328b
treed77f227858fbaf4d51b2eea92f53832859515040
parentfe3dd6f423f260e2d16cbc7272796421dba09f87
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.
21 files changed:
doc/userprog.texi
solutions/p2.patch
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