diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-02-11 23:38:25 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-02-11 23:38:25 +0000 |
commit | a66c8b50d162fbeee64f8cb596766303ef2bbb87 (patch) | |
tree | 17adbceecf7ba07d3829ea7161c9c928754a67e2 /gdb/config/m32r | |
parent | 11e081968e1319af2a2501182c57257e7b5f86d8 (diff) | |
download | gdb-a66c8b50d162fbeee64f8cb596766303ef2bbb87.zip gdb-a66c8b50d162fbeee64f8cb596766303ef2bbb87.tar.gz gdb-a66c8b50d162fbeee64f8cb596766303ef2bbb87.tar.bz2 |
* m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
Diffstat (limited to 'gdb/config/m32r')
-rw-r--r-- | gdb/config/m32r/tm-m32r.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/m32r/tm-m32r.h b/gdb/config/m32r/tm-m32r.h index 16fbc11..b6151e1 100644 --- a/gdb/config/m32r/tm-m32r.h +++ b/gdb/config/m32r/tm-m32r.h @@ -1,6 +1,5 @@ /* Parameters for execution on a Mitsubishi m32r processor. - Copyright 1996 - Free Software Foundation, Inc. + Copyright 1996, 1997 Free Software Foundation, Inc. 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 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 */ #define TARGET_BYTE_ORDER BIG_ENDIAN |