DragonFly-2.3.1.476.ge9c7a master sys/cpu/amd64/include inttypes.h stdint.h types.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 24 16:48:47 PDT 2009
commit e9c7aa03fd6fdb5956e0f8ff136538661461d2e4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jun 24 16:43:30 2009 -0700
AMD64 - Support -m32 by conditionalizing 32 and 64 bit typedefs.
Conditionalize the typedefs in amd64-specific headers to support -m32
compilation. This fixes the compilation of the boot loader from the
amd64 build.
Summary of changes:
sys/cpu/amd64/include/inttypes.h | 141 +++++++++++++++++++++++++++++---------
sys/cpu/amd64/include/stdint.h | 23 +++++-
sys/cpu/amd64/include/types.h | 16 +++-
3 files changed, 139 insertions(+), 41 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9c7aa03fd6fdb5956e0f8ff136538661461d2e4
--
DragonFly BSD source repository
More information about the Commits
mailing list