diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-06-24 15:21:24 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-06-24 15:21:24 +0000 |
commit | 591554fd29433093c5983987d1a6c70013d80abd (patch) | |
tree | 4309a32034291738249de6fd89d97a99d19a5b7a /gdb/config/mips/xm-irix3.h | |
parent | a8044a2d0486bf017b6ec555e4d4f665a78ea547 (diff) | |
download | gdb-591554fd29433093c5983987d1a6c70013d80abd.zip gdb-591554fd29433093c5983987d1a6c70013d80abd.tar.gz gdb-591554fd29433093c5983987d1a6c70013d80abd.tar.bz2 |
* config/mips/xm-makeva.h: Removed, no longer necessary.
* Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h,
config/mips/xm-mips.h, config/mips/xm-news-mips.h,
config/mips/xm-riscos.h: Remove references to xm-makeva.h
Diffstat (limited to 'gdb/config/mips/xm-irix3.h')
-rw-r--r-- | gdb/config/mips/xm-irix3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mips/xm-irix3.h b/gdb/config/mips/xm-irix3.h index 50f79ae..cd7037b 100644 --- a/gdb/config/mips/xm-irix3.h +++ b/gdb/config/mips/xm-irix3.h @@ -35,6 +35,3 @@ extern void *memset(); addr = regno; \ else \ addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ - -/* Mips hosts need aligned va_list arguments. */ -#include "mips/xm-makeva.h" |