diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
| commit | ff54a9ef7f547451b6da5a651140d176273cfdd8 (patch) | |
| tree | 7d6f4161d7e4574308393c79f2732843ec9f8e79 /emulators/dlx/files/patch-bc | |
| parent | b5ee406703c99eda5303b9501949b3de801d03ee (diff) | |
Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX
architecture.
Diffstat (limited to 'emulators/dlx/files/patch-bc')
| -rw-r--r-- | emulators/dlx/files/patch-bc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/emulators/dlx/files/patch-bc b/emulators/dlx/files/patch-bc new file mode 100644 index 000000000000..13c894485766 --- /dev/null +++ b/emulators/dlx/files/patch-bc @@ -0,0 +1,32 @@ +--- gcc/gcc.c.orig Mon Aug 13 14:03:57 1990 ++++ gcc/gcc.c Sat Dec 26 12:59:35 1998 +@@ -1867,7 +1867,9 @@ + char *name; + { + extern int errno, sys_nerr; ++ /* + extern char *sys_errlist[]; ++ */ + char *s; + + if (errno < sys_nerr) +@@ -1881,7 +1883,9 @@ + char *name; + { + extern int errno, sys_nerr; ++ /* + extern char *sys_errlist[]; ++ */ + char *s; + + if (errno < sys_nerr) +@@ -1895,7 +1899,9 @@ + char *name; + { + extern int errno, sys_nerr; ++ /* + extern char *sys_errlist[]; ++ */ + char *s; + + if (errno < sys_nerr) |
