Added ability to create Mach-O executables master
authorRobert Pengelly <robertapengelly@hotmail.com>
Tue, 28 Oct 2025 19:10:13 +0000 (19:10 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Tue, 28 Oct 2025 19:10:13 +0000 (19:10 +0000)
commitcdf097bc7c0ccc0c9df80a8c40848e749b516fe9
treea28e9e721aa9083574b523f2b3f2eed9cb164425
parent92ae2ac55c77dd377f77ef7c23e5fc3adb75ae52
Added ability to create Mach-O executables
18 files changed:
Makefile.unix
Makefile.w32
Makefile.wat
Makefile.wcd
inttypes.h [new file with mode: 0644]
ld.c
ld.h
lib.c
lib.h
link.c
macho.c [new file with mode: 0644]
macho.h [new file with mode: 0644]
map.c
reloc.h
section.h
stdint.h [new file with mode: 0644]
symbol.c
symbol.h