* m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
This commit is contained in:
parent
11e081968e
commit
a66c8b50d1
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
/* Parameters for execution on a Mitsubishi m32r processor.
|
/* Parameters for execution on a Mitsubishi m32r processor.
|
||||||
Copyright 1996
|
Copyright 1996, 1997 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -18,6 +17,9 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
/* Used by mswin. */
|
||||||
|
#define TARGET_M32R 1
|
||||||
|
|
||||||
/* mvs_check TARGET_BYTE_ORDER BIG_ENDIAN */
|
/* mvs_check TARGET_BYTE_ORDER BIG_ENDIAN */
|
||||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue