mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
|
||||||
|
|
||||||
* configure.in: accept mips-sgi-irix4* for irix4.
|
* configure.in: accept mips-sgi-irix4* for irix4.
|
||||||
|
|
||||||
Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
|
Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
|
||||||
|
@ -26,11 +26,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FIXME, this triggers host-and-target (``native'') dependent code
|
|
||||||
which currently sits in mips-xdep.c. Needs to be moved out to
|
|
||||||
mips-nat.c or some such. */
|
|
||||||
#define GDB_TARGET_IS_MIPS
|
|
||||||
|
|
||||||
/* Floating point is IEEE compliant */
|
/* Floating point is IEEE compliant */
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user