GCC 2.8.1 with patches to support building Paper Mario - Mirror of https://github.com/pmret/gcc-papermario
Go to file
2023-03-22 13:05:53 +09:00
.github/workflows Update build.yml 2021-10-30 00:13:19 +09:00
config gdb changes (#26) 2022-10-29 14:57:54 +09:00
cp Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
ginclude Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
objc Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
.gdbinit Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
.gitignore 64 bit support 2020-12-03 16:00:58 -05:00
acconfig.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
aclocal.m4 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
alloca.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
assert.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
basic-block.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bc-emit.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
bc-emit.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bc-optab.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bc-optab.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bc-typecd.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bc-typecd.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-arity.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-defs.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-lexer.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-opcode.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-opname.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-parser.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-parser.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-parser.y Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-reverse.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bi-run.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bitmap.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bitmap.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
BUGS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
build-make Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bytecode.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bytecode.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
bytetypes.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-aux-info.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-common.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-convert.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-decl.c Fix anonymous struct/unions not being recognized within a struct with more than 15 members (#22) 2022-02-23 05:45:50 +09:00
c-gperf.h Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
c-iterate.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-lang.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-lex.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-lex.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-parse.c Add support for anonymous structs/unions (#21) 2022-02-22 21:08:46 +09:00
c-parse.gperf Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-parse.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-parse.in Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-parse.y Add support for anonymous structs/unions (#21) 2022-02-22 21:08:46 +09:00
c-pragma.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-pragma.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-tree.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
c-typeck.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
caller-save.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
calls.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
cccp.1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cccp.c Fix null pointer deref when environment variable doesn't exist. (#16) 2021-10-26 00:55:37 +09:00
cexp.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
cexp.y Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
ChangeLog Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.0 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.2 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.3 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.4 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.5 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.6 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.7 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.8 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.9 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.10 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ChangeLog.lib Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
choose-temp.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
collect2.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
combine.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
conditions.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
config.guess Add macOS compiling support (properly this time) 2020-12-03 23:14:12 -08:00
config.in Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
config.sub Reverted config.sub to original -- you can just use --host=i386-apple-darwin to signal macOS 2020-12-04 12:00:14 -08:00
config.sub.alt Reverted config.sub to original -- you can just use --host=i386-apple-darwin to signal macOS 2020-12-04 12:00:14 -08:00
configure Add macOS compiling support (properly this time) 2020-12-03 23:14:12 -08:00
configure.bat Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
configure.frag Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
configure.in Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
configure.lang Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
convert.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
convert.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
COPYING Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
COPYING.LIB Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cplus-dem.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.cps Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.fns Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.info Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.info-1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.info-2 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.info-3 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpp.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cppalloc.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpperror.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cppexp.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpphash.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpphash.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpplib.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cpplib.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cppmain.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cross-make Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
crtstuff.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
cse.c Fix gcc version compilation difference during code gen (#18) 2021-10-30 00:07:32 +09:00
cstamp-h.in Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dbxout.c avoid duplicate definition issue 2023-03-22 13:05:53 +09:00
dbxstclass.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
defaults.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
demangle.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
doschk.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dostage2 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dostage3 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dwarf2.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dwarf2out.c Fix off by 1 errors in line generation resulting in mangled line (#25) 2022-10-29 11:10:07 +09:00
dwarf.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
dwarfout.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
emit-rtl.c 64 bit support 2020-12-03 16:00:58 -05:00
enquire.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
except.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
except.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
explow.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
expmed.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
expr.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
expr.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
extend.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
final.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
fix-header.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixcpp Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc-nt.sed Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.dgux Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.irix Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.math Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.ptx Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.sco Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixinc.svr4 Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
fixinc.winnt Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixincludes Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fixproto Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
flags.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
floatlib.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
flow.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fold-const.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
fp-test.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
frame.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
frame.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
function.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
function.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
future.options Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gansidecl.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gbl-ctors.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
gcc.cps Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.hlp Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-1 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-2 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-3 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-4 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-5 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-6 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-7 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-8 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-9 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-10 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-11 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-12 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-13 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-14 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-15 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-16 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-17 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-18 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-19 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-20 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-21 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-22 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-23 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-24 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-25 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-26 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-27 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.info-28 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcc.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcov-io.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcov.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gcov.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gen-protos.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genattr.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genattrtab.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
gencodes.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genconfig.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genemit.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genextract.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genflags.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genmultilib Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genopinit.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genoutput.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genpeep.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
genrecog.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
getopt1.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
getopt.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
getopt.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
getpwd.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
glimits.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
global.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gmon.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gstab.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gsyms.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
gsyslimits.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
halfpic.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
halfpic.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
hard-reg-set.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
input.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
INSTALL Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
install.sh Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
install.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
integrate.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
integrate.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
invoke.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
jump.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
just-fixinc Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
libgcc1-test.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
libgcc1.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
libgcc2.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
limitx.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
limity.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
listing Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
local-alloc.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
longlong.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
loop.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
loop.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
machmode.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
machmode.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
make-cc1.com Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
make-cccp.com Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
make-gcc.com Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
make-l2.com Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
Makefile.in Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
md.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
mips-tdump.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
mips-tfile.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
modemap.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
move-if-change 64 bit support 2020-12-03 16:00:58 -05:00
NEWS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
obstack.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
obstack.h Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
optabs.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
ORDERS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
output.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
PAPERMARIO.md Fix documentation for compiling manually (#24) 2022-10-29 14:58:07 +09:00
pcp.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
pexecute.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
prefix.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
print-rtl.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
print-tree.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
PROBLEMS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
profile.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
PROJECTS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
protoize.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
pself1.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
pself2.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
pself3.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
pself.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README-fixinc Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.ACORN Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.ALTOS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.APOLLO Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.DWARF Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.FRESCO Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.NS32K Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.RS6000 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.TRAD Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
README.X11 Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
real.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
real.h 64 bit support 2020-12-03 16:00:58 -05:00
recog.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
recog.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
reg-stack.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
regclass.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
regs.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
reload1.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
reload.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
reload.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
reorg.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
rtl.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
rtl.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
rtl.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
rtl.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
rtlanal.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
scan-decls.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
scan-types.sh Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
scan.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
scan.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
sched.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
sdbout.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
SERVICE Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
sort-protos Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
stab.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
stack.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
stmt.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
stor-layout.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
stupid.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
sys-protos.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
sys-types.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
TAGS Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
TESTS.FLUNK Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
texinfo.tex Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
tm.texi Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
toplev.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
tree.c Applied 'gcc-2.8.1-with-naked.diff' 2020-09-21 09:09:56 -04:00
tree.def Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
tree.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
typeclass.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
unprotoize.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
unroll.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
varasm.c 64 bit support 2020-12-03 16:00:58 -05:00
version.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
vmsconfig.com Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
xcoffout.c Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00
xcoffout.h Initial commit of GCC 2.8.1 2020-09-20 21:06:00 -04:00

This directory contains the version 2.8.1 release of the GNU C
compiler.  It includes all of the support for compiling C++ and
Objective C, including a run-time library for Objective C.

The GNU C compiler is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).