]> granicus.if.org Git - yasm/commit
Start framework for separating architecture-dependent functions and data
authorPeter Johnson <peter@tortall.net>
Sat, 3 Nov 2001 06:22:55 +0000 (06:22 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 3 Nov 2001 06:22:55 +0000 (06:22 -0000)
commitc9d92847b69cb0205d518a51da75bf8263451da4
treed13dd2bc677c9a57b3fcc6647b11430c5385d9ed
parenta7ac50c9181e518e4d0e0d2a6e74992bc2dd2244
Start framework for separating architecture-dependent functions and data
structures from the rest of the assembler.  We're not trying to write GAS
here (yet :), but doing this will make large parts of the codebase a lot
clearer.

svn path=/trunk/yasm/; revision=314
21 files changed:
configure.ac
configure.in
libyasm/arch.h [new file with mode: 0644]
libyasm/coretype.h
modules/arch/Makefile.am [new file with mode: 0644]
modules/arch/x86/Makefile.am [new file with mode: 0644]
modules/arch/x86/README [new file with mode: 0644]
modules/arch/x86/arch.c [new file with mode: 0644]
modules/arch/x86/instrs.dat [moved from src/instrs.dat with 100% similarity]
modules/arch/x86/x86arch.c [new file with mode: 0644]
modules/parsers/nasm/Makefile.am
src/Makefile.am
src/arch.h [new file with mode: 0644]
src/arch/Makefile.am [new file with mode: 0644]
src/arch/x86/Makefile.am [new file with mode: 0644]
src/arch/x86/README [new file with mode: 0644]
src/arch/x86/arch.c [new file with mode: 0644]
src/arch/x86/instrs.dat [new file with mode: 0644]
src/arch/x86/x86arch.c [new file with mode: 0644]
src/coretype.h
src/parsers/nasm/Makefile.am