comparison src/m/alpha.h @ 96985:e58e8418725b

* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. * m/alpha.h (TEXT_END): * m/ibmrs6000.h (TEXT_END): * m/macppc.h (TEXT_END): * s/darwin.h (TEXT_END): * s/msdos.h (TEXT_END): Remove, unused. * s/gnu-linux.h (BSD_PGRPS): Add a comment. * s/cygwin.h: Remove comment.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 24 Jul 2008 18:45:45 +0000
parents d09831a9672d
children e038c1a8307c
comparison
equal deleted inserted replaced
96984:ea3fb04613c1 96985:e58e8418725b
121 /* On the Alpha it's best to avoid including TERMIO since struct 121 /* On the Alpha it's best to avoid including TERMIO since struct
122 termio and struct termios are mutually incompatible. */ 122 termio and struct termios are mutually incompatible. */
123 #define NO_TERMIO 123 #define NO_TERMIO
124 124
125 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) 125 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
126 # define TEXT_END ({ extern int _etext; &_etext; })
127 # ifndef __ELF__ 126 # ifndef __ELF__
128 # define COFF 127 # define COFF
129 # endif /* notdef __ELF__ */ 128 # endif /* notdef __ELF__ */
130 #endif 129 #endif
131 130