# HG changeset patch # User Richard M. Stallman # Date 743413691 0 # Node ID 7a33be8c3192714271315a47c8358288e60cb7c6 # Parent e8cf7a7d0102d3dc2c4e024471418fcf70c4008c (TEXT_START) [__GNUC__]: Define as 0. diff -r e8cf7a7d0102 -r 7a33be8c3192 src/m/hp9000s300.h --- a/src/m/hp9000s300.h Fri Jul 23 05:10:00 1993 +0000 +++ b/src/m/hp9000s300.h Fri Jul 23 07:48:11 1993 +0000 @@ -167,6 +167,11 @@ #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. */