diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/hp9000s300.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ | |||
| 167 | #define LIBS_DEBUG /usr/lib/end.o | 167 | #define LIBS_DEBUG /usr/lib/end.o |
| 168 | #endif | 168 | #endif |
| 169 | 169 | ||
| 170 | /* Need a TEXT_START. On the HP9000/s300 that is 0. */ | ||
| 171 | #ifdef __GNUC__ | ||
| 172 | #define TEXT_START 0 | ||
| 173 | #endif | ||
| 174 | |||
| 170 | /* The symbol FIONREAD is defined, but the feature does not work | 175 | /* The symbol FIONREAD is defined, but the feature does not work |
| 171 | on the 200/300. */ | 176 | on the 200/300. */ |
| 172 | 177 | ||