From 0aaa80cc1774530e23905ac1a85c5303ff37de08 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Jul 1993 07:48:11 +0000 Subject: [PATCH] (TEXT_START) [__GNUC__]: Define as 0. --- src/m/hp9000s300.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 194bcf44367..c541643ded8 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -167,6 +167,11 @@ NOTE-END */ #define LIBS_DEBUG /usr/lib/end.o #endif +/* Need a TEXT_START. On the HP9000/s300 that is 0. */ +#ifdef __GNUC__ +#define TEXT_START 0 +#endif + /* The symbol FIONREAD is defined, but the feature does not work on the 200/300. */