From d1f153d34b023d81768f6087f67dbfff714bafc9 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 19 Oct 2022 21:16:13 +0100 Subject: let's commit all this before my VM blows up and nukes my work --- compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c | 0 .../BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c | 0 .../BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c | 0 .../BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c | 0 .../BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c | 0 compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c | 0 41 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c create mode 100644 compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c (limited to 'compiler_and_linker/BackEnd') diff --git a/compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c b/compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c new file mode 100644 index 0000000..e69de29 diff --git a/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c b/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3