diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:19:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:19:11 +0000 |
commit | e33bf0ab90929acd773ee2fe9b46e4aa18a4ed93 (patch) | |
tree | 9ce415e5378683a0c4555b2a9584982b774fe0c1 /gdb/config/powerpc | |
parent | 7bd447bae3deee8af8c6ddd46973d53db7e48c1c (diff) | |
download | gdb-e33bf0ab90929acd773ee2fe9b46e4aa18a4ed93.zip gdb-e33bf0ab90929acd773ee2fe9b46e4aa18a4ed93.tar.gz gdb-e33bf0ab90929acd773ee2fe9b46e4aa18a4ed93.tar.bz2 |
* config/xm-mpw.h: New file, all-Mac host support.
* config/m68k/xm-mpw.h: Move most definitions into generic Mac
support.
* config/powerpc/xm-mpw.h: New file, PowerMac host support.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/xm-mpw.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/config/powerpc/xm-mpw.h b/gdb/config/powerpc/xm-mpw.h new file mode 100644 index 0000000..6b33ca2 --- /dev/null +++ b/gdb/config/powerpc/xm-mpw.h @@ -0,0 +1,22 @@ +/* Macro definitions for running GDB on Apple Power Macintoshes. + Copyright (C) 1994 Free Software Foundation, Inc. + +This file is part of GDB. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +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. */ + +#define HOST_BYTE_ORDER BIG_ENDIAN + +#include <xm-mpw.h> |