aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m88k
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-09-25 21:13:24 +0000
committerStan Shebs <shebs@codesourcery.com>1994-09-25 21:13:24 +0000
commitac57e5addaabc03bbc29c1f418a000276129836d (patch)
tree0ec1c86a99f7a233109b2d07dc9944731f2ea80d /gdb/config/m88k
parent8cbe898dad45fa01dfa4d9803992d5d6ad73e883 (diff)
downloadfsf-binutils-gdb-ac57e5addaabc03bbc29c1f418a000276129836d.zip
fsf-binutils-gdb-ac57e5addaabc03bbc29c1f418a000276129836d.tar.gz
fsf-binutils-gdb-ac57e5addaabc03bbc29c1f418a000276129836d.tar.bz2
* infcmd.c (do_registers_info) [INVALID_FLOAT]: Only use if
defined. * values.c (unpack_double) [INVALID_FLOAT]: Ditto. * mips-tdep.c (mips_print_register): Don't test float validity. * config/a29k/tm-a29k.h, config/alpha/tm-alpha.h, config/arm/tm-arm.h, config/convex/tm-convex.h, config/h8300/tm-h8300.h, config/h8500/tm-h8500.h, config/i386/tm-i386v.h, config/i386/tm-sun386.h, config/i960/tm-i960.h, config/m68k/tm-m68k.h, config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h, config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h, config/pa/tm-hppa.h, config/pyr/tm-pyr.h, config/rs6000/tm-rs6000.h, config/sh/tm-sh.h, config/sparc/tm-sparc.h, config/z8k/tm-z8k.h (INVALID_FLOAT): Remove definition.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r--gdb/config/m88k/tm-m88k.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/m88k/tm-m88k.h b/gdb/config/m88k/tm-m88k.h
index fbe26a5..427bdbf 100644
--- a/gdb/config/m88k/tm-m88k.h
+++ b/gdb/config/m88k/tm-m88k.h
@@ -96,10 +96,6 @@ extern CORE_ADDR skip_prologue ();
#define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 2) == 0xF800)
-/* This is taken care of in print_floating [IEEE_FLOAT]. */
-
-#define INVALID_FLOAT(p,len) 0
-
/* Say how long (ordinary) registers are. This is a piece of bogosity
used in push_word and a few other places; REGISTER_RAW_SIZE is the
real way to know how big a register is. */