summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 04:01:24 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 04:01:24 +0000
commit6166d547d84ee8b5f4d8adda06722c38ab69cbc2 (patch)
tree7d0b053e38d02d38176f22d1f0fcf88783c6374d /gdb/gdbarch.c
parentd6e83f5f726cb2757b085db0581e57ec1d0e17db (diff)
downloadbinutils-gdb-6166d547d84ee8b5f4d8adda06722c38ab69cbc2.tar.gz
Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 31fb37fe053..2eb4900f848 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -430,7 +430,7 @@ static void
verify_gdbarch (struct gdbarch *gdbarch)
{
/* Only perform sanity checks on a multi-arch target. */
- if (GDB_MULTI_ARCH <= 0)
+ if (!GDB_MULTI_ARCH)
return;
/* fundamental */
if (gdbarch->byte_order == 0)