Moving headers, README

This commit is contained in:
Ethan Roseman 2021-01-16 22:04:57 +09:00
parent a2b010ca37
commit 996b554cb8
5 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,6 @@
#include "si.h"
#include "messages.h"
#include "ld_addrs.h"
#include "stdarg.h"
#include "gcc/stdarg.h"
#endif

1
include/gcc/README.md Normal file
View File

@ -0,0 +1 @@
The headers here are from GCC 2.8.1 and can be found in the original source for the compiler as well as [our repo](https://github.com/pmret/gcc-papermario) with modifications made for Paper Mario.