From ff54a9ef7f547451b6da5a651140d176273cfdd8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Dec 1998 04:27:21 +0000 Subject: Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX architecture. --- emulators/dlx/files/patch-bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 emulators/dlx/files/patch-bb (limited to 'emulators/dlx/files/patch-bb') diff --git a/emulators/dlx/files/patch-bb b/emulators/dlx/files/patch-bb new file mode 100644 index 000000000000..26b34feb1f76 --- /dev/null +++ b/emulators/dlx/files/patch-bb @@ -0,0 +1,12 @@ +--- gcc/stddef.h.orig Mon Aug 13 14:04:37 1990 ++++ gcc/stddef.h Sat Dec 26 13:02:04 1998 +@@ -9,7 +9,9 @@ + + #ifndef _SIZE_T /* in case has defined it. */ + #define _SIZE_T ++ /* + typedef unsigned long size_t; ++ */ + #endif /* _SIZE_T */ + + /* A null pointer constant. */ -- cgit v1.2.3