diff options
author | John Gilmore <gnu@cygnus> | 1992-04-03 04:30:55 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-04-03 04:30:55 +0000 |
commit | e10a30523e8bcac9037173f7f5d4d66abd9dfbce (patch) | |
tree | 44e88c9de194817f270214bff789a49beadf930e /gdb/tm-irix3.h | |
parent | 29acf1753a1112265f27f7b810f3c4914271c3ed (diff) | |
download | gdb-e10a30523e8bcac9037173f7f5d4d66abd9dfbce.zip gdb-e10a30523e8bcac9037173f7f5d4d66abd9dfbce.tar.gz gdb-e10a30523e8bcac9037173f7f5d4d66abd9dfbce.tar.bz2 |
* Makefile.in (OBS): Compile mipsread.c for all targets now.
(VERSION): Bump to 4.4.85.
* mipsread.c: Update for new include files. Lint.
* tm-irix3.h, tm-mips.h: Use new include files for ECOFF symtab.
* config/{bigmips.mt, littlemips.mt, irix3.mt, decstation.mt}:
Don't need to bring in mipsread.o specially any more.
Diffstat (limited to 'gdb/tm-irix3.h')
-rw-r--r-- | gdb/tm-irix3.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/tm-irix3.h b/gdb/tm-irix3.h index 36ea3cd..84017e0 100644 --- a/gdb/tm-irix3.h +++ b/gdb/tm-irix3.h @@ -17,11 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef LANGUAGE_C -#define LANGUAGE_C -#endif -#include <sym.h> -#include <symconst.h> +#include "coff/sym.h" /* Needed for PDR below. */ +#include "coff/symconst.h" #define TARGET_BYTE_ORDER BIG_ENDIAN |