* config/tc-alpha.c (O_samegp): New.
[external/binutils.git] / gdb / config / rs6000 / xm-rs6000.h
index 9efeaa6..51096e6 100644 (file)
@@ -1,5 +1,6 @@
 /* Parameters for hosting on an RS6000, for GDB, the GNU debugger.
-   Copyright 1986-87, 1989, 1991-96, 1998 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
+   2000, 2001 Free Software Foundation, Inc.
    Contributed by IBM Corporation.
 
    This file is part of GDB.
 
 /* 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
 
 
 #define        vfork   fork
 
-/* Setpgrp() takes arguments, unlike ordinary Sys V's.  */
-
-#define        SETPGRP_ARGS 1
-
-/* AIX doesn't have strdup, so we need to declare it for libiberty */
-extern char *strdup PARAMS ((char *));
-
 /* Signal handler for SIGWINCH `window size changed'. */
 
 #define        SIGWINCH_HANDLER  aix_resizewindow
-extern void aix_resizewindow PARAMS ((int));
+extern void aix_resizewindow (int);
 
 /* This doesn't seem to be declared in any header file I can find.  */
-char *termdef PARAMS ((int, int));
+char *termdef (int, int);
 
 /* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */
 
@@ -101,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)