1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-10 19:26:38 +03:00
mold/macho
Rui Ueyama 76874d84ba [Mach-O] Output "hello world" program
With this change, ld64.mold is able to emit a "hello world" program.

  $ ./ld64.mold -out hello
  $ ./hello
  Hello world
2021-09-18 20:57:05 +09:00
..
dumper.cc [Mach-O] Output "hello world" program 2021-09-18 20:57:05 +09:00
macho.h [Mach-O] wip 2021-09-18 20:56:55 +09:00
main.cc [Mach-O] wip 2021-09-18 17:25:59 +09:00
mold.h [Mach-O] Output "hello world" program 2021-09-18 20:57:05 +09:00
output-chunks.cc [Mach-O] Output "hello world" program 2021-09-18 20:57:05 +09:00
output-file.cc [Mach-O] wip 2021-09-15 17:32:13 +09:00