diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-06 16:43:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-06 16:43:40 +0000 |
commit | 97d3151a59022d8d76fd29100052645bd8d99c6b (patch) | |
tree | 727b73d5b197ddec90dd9fc2666b78813f4e2a3a /gdb/config/mips/tm-mips64.h | |
parent | 1a406ce8c419273e124e5ab1c580a03c24ce056b (diff) | |
download | gdb-97d3151a59022d8d76fd29100052645bd8d99c6b.zip gdb-97d3151a59022d8d76fd29100052645bd8d99c6b.tar.gz gdb-97d3151a59022d8d76fd29100052645bd8d99c6b.tar.bz2 |
* config/mips/tm-mips.h (GDB_TARGET_IS_MIPS64): If not already
defined, define as 0.
(FIX_CALL_DUMMY): Rewrite to remove presumption that host and
target are similar.
* config/mips/tm-idt.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
* config/mips/tm-idtl.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
* config/mips/tm-idt64.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
(BREAKPOINT): Remove definition.
* config/mips/tm-idtl64.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
(BREAKPOINT): Remove definition.
* config/mips/tm-mips64.h (GDB_TARGET_IS_MIPS64): Define with a
value of 1, rather than without a value.
* config/mips/tm-bigmips64.h (GDB_TARGET_IS_MIPS64): Likewise.
Diffstat (limited to 'gdb/config/mips/tm-mips64.h')
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index 87afc21..10384f6 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -18,7 +18,7 @@ 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. */ -#define GDB_TARGET_IS_MIPS64 +#define GDB_TARGET_IS_MIPS64 1 /* force LONGEST to be long long in gdb */ #define FORCE_LONG_LONG |