]> granicus.if.org Git - yasm/commit
Phase 2 of 2 cleanup to elf's internal structure.
authorMichael Urman <mu@tortall.net>
Sun, 10 Oct 2004 19:25:23 +0000 (19:25 -0000)
committerMichael Urman <mu@tortall.net>
Sun, 10 Oct 2004 19:25:23 +0000 (19:25 -0000)
commit02c79b209cb51bf749388a8ebd740513ffc7b342
tree080ea10c992aa9a10cd853310b2b519eee7f6f43
parent77713ed0fb41489a152e39abea176c02b736a9f3
Phase 2 of 2 cleanup to elf's internal structure.

Move and rename functions for cleanliness.

New files:
elf-machine.h - machine-specific interface, and helper macros
elf-x86-x86   - support specific standard ia32
elf-x86-amd64 - support specific to amd64

Modified files:
elf.c         - update the machine structure traversal for external structures
Makefile.inc  - support the new files

svn path=/trunk/yasm/; revision=1156
modules/objfmts/elf/Makefile.inc
modules/objfmts/elf/elf-machine.h [new file with mode: 0644]
modules/objfmts/elf/elf-x86-amd64.c [new file with mode: 0644]
modules/objfmts/elf/elf-x86-x86.c [new file with mode: 0644]
modules/objfmts/elf/elf.c