svn commit: r1777 - in trunk/yasm/modules/objfmts/macho: . tests tests/gas32 tests/gas64 tests/nasm32
peter at tortall.net
peter at tortall.net
Mon Feb 19 00:21:17 PST 2007
Author: peter
Date: Mon Feb 19 00:21:17 2007
New Revision: 1777
Added:
trunk/yasm/modules/objfmts/macho/tests/gas32/
trunk/yasm/modules/objfmts/macho/tests/gas32/Makefile.inc
trunk/yasm/modules/objfmts/macho/tests/gas32/gas-macho32.asm
trunk/yasm/modules/objfmts/macho/tests/gas32/gas-macho32.hex
trunk/yasm/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh (contents, props changed)
trunk/yasm/modules/objfmts/macho/tests/gas64/
trunk/yasm/modules/objfmts/macho/tests/gas64/Makefile.inc
trunk/yasm/modules/objfmts/macho/tests/gas64/gas-macho64.asm
trunk/yasm/modules/objfmts/macho/tests/gas64/gas-macho64.hex
trunk/yasm/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh (contents, props changed)
trunk/yasm/modules/objfmts/macho/tests/nasm32/macho-reloc.asm
- copied unchanged from r1774, /trunk/yasm/modules/objfmts/macho/tests/nasm32/reloc.asm
trunk/yasm/modules/objfmts/macho/tests/nasm32/macho-reloc.hex
- copied, changed from r1774, /trunk/yasm/modules/objfmts/macho/tests/nasm32/reloc.hex
trunk/yasm/modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm
- copied, changed from r1774, /trunk/yasm/modules/objfmts/macho/tests/nasm64/reloc64-err.asm
trunk/yasm/modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn
- copied, changed from r1774, /trunk/yasm/modules/objfmts/macho/tests/nasm64/reloc64-err.errwarn
Removed:
trunk/yasm/modules/objfmts/macho/tests/nasm32/reloc.asm
trunk/yasm/modules/objfmts/macho/tests/nasm32/reloc.hex
trunk/yasm/modules/objfmts/macho/tests/nasm64/reloc64-err.asm
trunk/yasm/modules/objfmts/macho/tests/nasm64/reloc64-err.errwarn
Modified:
trunk/yasm/modules/objfmts/macho/macho-objfmt.c
trunk/yasm/modules/objfmts/macho/tests/Makefile.inc
trunk/yasm/modules/objfmts/macho/tests/nasm32/Makefile.inc
trunk/yasm/modules/objfmts/macho/tests/nasm32/machotest.asm
trunk/yasm/modules/objfmts/macho/tests/nasm32/machotest.hex
trunk/yasm/modules/objfmts/macho/tests/nasm64/Makefile.inc
trunk/yasm/modules/objfmts/macho/tests/nasm64/machotest64.asm
trunk/yasm/modules/objfmts/macho/tests/nasm64/machotest64.hex
Changeset:
http://www.tortall.net/projects/yasm/changeset/1777
Log:
Revamp macho object format design, fixing some bugs in the process.
No new features yet.
More information about the yasm-cvs
mailing list