* 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.
This commit is contained in:
John Gilmore
1992-04-03 04:30:55 +00:00
parent 29acf1753a
commit e10a30523e
5 changed files with 30 additions and 22 deletions

View File

@@ -19,11 +19,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"
#if !defined (TARGET_BYTE_ORDER)
#define TARGET_BYTE_ORDER LITTLE_ENDIAN