From: Cyrill G. <gor...@gm...> - 2014-09-21 09:09:43
|
We've a number of files which almost copy/pasted for Elf32/32x/64 output formats, so when time permits I'm working on this code unification. The final idea is to have a single Elf engine. While been able to build nasm with gcc I would like to hear your opinion on idea and if possible try to build nasm with patch applied on other platforms. Cyrill Gorcunov (2): output: elf -- Move common structures into outelf.h header output: elf -- Use common elf_ structures output/outelf.h | 39 +++++++++++++++++++++++ output/outelf32.c | 86 +++++++++++++++------------------------------------ output/outelf64.c | 90 ++++++++++++++++-------------------------------------- output/outelfx32.c | 89 ++++++++++++++++------------------------------------- 4 files changed, 116 insertions(+), 188 deletions(-) -- 1.9.3 |