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-bd | |
parent | Some how this got formated as a text paragraph w/line breaks at column 80. (diff) |
Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX
architecture.
Notes
Notes:
svn path=/head/; revision=15719
Diffstat (limited to 'emulators/dlx/files/patch-bd')
-rw-r--r-- | emulators/dlx/files/patch-bd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/dlx/files/patch-bd b/emulators/dlx/files/patch-bd new file mode 100644 index 000000000000..3423ceb8dcaa --- /dev/null +++ b/emulators/dlx/files/patch-bd @@ -0,0 +1,22 @@ +--- gcc/cccp.c.orig Mon Aug 13 14:03:34 1990 ++++ gcc/cccp.c Sat Dec 26 13:05:53 1998 +@@ -4752,7 +4752,9 @@ + int i; + FILE_BUF *ip = NULL; + extern int errno, sys_nerr; ++ /* + extern char *sys_errlist[]; ++ */ + + for (i = indepth; i >= 0; i--) + if (instack[i].fname != NULL) { +@@ -5389,7 +5391,9 @@ + char *name; + { + extern int errno, sys_nerr; ++ /* + extern char *sys_errlist[]; ++ */ + + fprintf (stderr, "%s: ", progname); + if (errno < sys_nerr) |