diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 18:22:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 18:22:37 +0000 |
commit | 1e4fac5928dd643e538e672ea234e82b7a733c0d (patch) | |
tree | 41ba1ac360d79ff7145f8b65a6d8a43206b40516 /gdb/config/powerpc | |
parent | 49e790b035044a3a9916a34b478fcf273345a81e (diff) | |
download | gdb-1e4fac5928dd643e538e672ea234e82b7a733c0d.zip gdb-1e4fac5928dd643e538e672ea234e82b7a733c0d.tar.gz gdb-1e4fac5928dd643e538e672ea234e82b7a733c0d.tar.bz2 |
* config/arm/xm-linux.h, config/i386/xm-linux.h,
config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
Removed. Taken care of by autoconf and terminal.h.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/xm-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h index 3ffbab7..1659965 100644 --- a/gdb/config/powerpc/xm-linux.h +++ b/gdb/config/powerpc/xm-linux.h @@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define HOST_BYTE_ORDER BIG_ENDIAN -#define HAVE_TERMIOS - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ #define KERNEL_U_ADDR 0x0 |