summaryrefslogtreecommitdiff
path: root/compiler_and_linker/BackEnd/PowerPC
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2022-10-19 21:16:13 +0100
committerAsh Wolf <ninji@wuffs.org>2022-10-19 21:16:13 +0100
commitd1f153d34b023d81768f6087f67dbfff714bafc9 (patch)
treea694d470a60655d0cda15a70791fbdb90a2398cf /compiler_and_linker/BackEnd/PowerPC
parent775b6861666af36d317fb577cf489e2c6377f878 (diff)
downloadMWCC-d1f153d34b023d81768f6087f67dbfff714bafc9.tar.gz
MWCC-d1f153d34b023d81768f6087f67dbfff714bafc9.zip
let's commit all this before my VM blows up and nukes my work
Diffstat (limited to 'compiler_and_linker/BackEnd/PowerPC')
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c0
-rw-r--r--compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c0
41 files changed, 0 insertions, 0 deletions
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/Disassembler/InstPPC.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/dumpmacho.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/4byte_literals.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/8byte_literals.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/coalesced_sections.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/cstring_literals.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/dylibs.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/fvmlibs.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/generic_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/hppa_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/i860_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/indirect_sections.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/layout.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ld.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/literal_pointers.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/m68k_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/mod_sections.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/objects.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass1.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/pass2.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/ppc_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sections.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/sparc_reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/specs.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/ld/symbols.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/arch.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/best_arch.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/bytesex.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_arch_from_host.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/get_toc_byte_sex.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/guess_short_name.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/hppa.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/ofile.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/reloc.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/seg_addr_table.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/set_arch_flag_name.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/swap_headers.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/libstuff/version_number.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/misc/libtool.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_allocate.c
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
--- /dev/null
+++ b/compiler_and_linker/BackEnd/PowerPC/MachLinker/mwerks_execute.c