Update libpcc for motorola 68000 cpu.
commitc34ed0b4fdab5b7ac916035d2f70ffbf608ab1b4
authorGregory McGarry <greg@bitlynx.com>
Sat, 29 Oct 2022 08:19:54 +0000 (29 08:19 +0000)
committerGregory McGarry <greg@bitlynx.com>
Sat, 29 Oct 2022 08:19:54 +0000 (29 08:19 +0000)
tree5017cd7530fd1a33e05d90ab40f292c8e2272930
parent8279465887154d827ee9ed6b66ff6a7d40845a33
Update libpcc for motorola 68000 cpu.
19 files changed:
configure
configure.ac
csu/Makefile.in
csu/linux/i386/crti.c
csu/none/Makefile [new file with mode: 0644]
csu/none/common.h [copied from csu/linux/i386/crti.c with 61% similarity]
csu/none/crtbegin.c [new file with mode: 0644]
csu/none/crtend.c [copied from csu/linux/i386/crti.c with 62% similarity]
csu/none/m68k/crt0.s [new file with mode: 0644]
csu/none/m68k/crti.s [new file with mode: 0644]
csu/none/m68k/crtn.s [new file with mode: 0644]
csu/none/m68k/ram.ld [new file with mode: 0644]
libpcc/Makefile.in
libpcc/arch/m68k/Makefile.sub [new file with mode: 0644]
libpcc/arch/m68k/divsi3.s [new file with mode: 0644]
libpcc/arch/m68k/mulsi3.s [new file with mode: 0644]
libpcc/arch/m68k/udivsi3.s [new file with mode: 0644]
libpcc/arch/m68k/umodsi3.s [new file with mode: 0644]
libpcc/cxmuldiv.c