]> granicus.if.org Git - yasm/commit
Revamp macho object format design, fixing some bugs in the process.
authorPeter Johnson <peter@tortall.net>
Mon, 19 Feb 2007 08:21:17 +0000 (08:21 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 19 Feb 2007 08:21:17 +0000 (08:21 -0000)
commit9cf646aa2b477afbcb676e49eacad615beef6c44
tree8e8abb3f636cd828d8803c2b9e4177b8a744de6f
parent8ecec6666c585de7280778ddfbc7159d9dfbc822
Revamp macho object format design, fixing some bugs in the process.
No new features yet.

svn path=/trunk/yasm/; revision=1777
21 files changed:
modules/objfmts/macho/macho-objfmt.c
modules/objfmts/macho/tests/Makefile.inc
modules/objfmts/macho/tests/gas32/Makefile.inc [new file with mode: 0644]
modules/objfmts/macho/tests/gas32/gas-macho32.asm [new file with mode: 0644]
modules/objfmts/macho/tests/gas32/gas-macho32.hex [new file with mode: 0644]
modules/objfmts/macho/tests/gas32/gas_macho32_test.sh [new file with mode: 0755]
modules/objfmts/macho/tests/gas64/Makefile.inc [new file with mode: 0644]
modules/objfmts/macho/tests/gas64/gas-macho64.asm [new file with mode: 0644]
modules/objfmts/macho/tests/gas64/gas-macho64.hex [new file with mode: 0644]
modules/objfmts/macho/tests/gas64/gas_macho64_test.sh [new file with mode: 0755]
modules/objfmts/macho/tests/nasm32/Makefile.inc
modules/objfmts/macho/tests/nasm32/macho-reloc.asm [moved from modules/objfmts/macho/tests/nasm32/reloc.asm with 100% similarity]
modules/objfmts/macho/tests/nasm32/macho-reloc.hex [moved from modules/objfmts/macho/tests/nasm32/reloc.hex with 95% similarity]
modules/objfmts/macho/tests/nasm32/machotest.asm
modules/objfmts/macho/tests/nasm32/machotest.hex
modules/objfmts/macho/tests/nasm64/Makefile.inc
modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm [moved from modules/objfmts/macho/tests/nasm64/reloc64-err.asm with 83% similarity]
modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn [new file with mode: 0644]
modules/objfmts/macho/tests/nasm64/machotest64.asm
modules/objfmts/macho/tests/nasm64/machotest64.hex
modules/objfmts/macho/tests/nasm64/reloc64-err.errwarn [deleted file]