* config/tc-alpha.c (O_samegp): New.
[external/binutils.git] / gdb / config / rs6000 / xm-rs6000.h
index 31b1597..51096e6 100644 (file)
 
 /* Big end is at the low address */
 
-#define        HOST_BYTE_ORDER BIG_ENDIAN
-
 /* At least as of AIX 3.2, we have termios.  */
 #define        HAVE_TERMIOS 1
 /* #define HAVE_TERMIO 1 */
 
 #define        USG 1
-#define        HAVE_SIGSETMASK 1
 
 #define FIVE_ARG_PTRACE
 
@@ -95,7 +92,3 @@ aix_resizewindow (signo)                      \
       chars_per_line = val;                    \
   }                                            \
 }
-
-/* setpgrp() messes up controling terminal. The other version of it
-   requires libbsd.a. */
-#define        setpgrp(XX,YY)          setpgid (XX, YY)