aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/a29k
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-11-28 22:53:04 +0000
committerAndrew Cagney <cagney@redhat.com>1998-11-28 22:53:04 +0000
commit3a0c96a9966a85f4205558490e1281471c34980f (patch)
tree6b5b199df7937536be9ad316fe4283f851d64cc5 /gdb/config/a29k
parent02331869322178ead208b8328caab67c5a77b6b3 (diff)
downloadfsf-binutils-gdb-3a0c96a9966a85f4205558490e1281471c34980f.zip
fsf-binutils-gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.gz
fsf-binutils-gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.bz2
CARP:
Rewrite INNER_THAN so that it takes parameters.
Diffstat (limited to 'gdb/config/a29k')
-rw-r--r--gdb/config/a29k/tm-a29k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/a29k/tm-a29k.h b/gdb/config/a29k/tm-a29k.h
index 66f54bf..8d451d8 100644
--- a/gdb/config/a29k/tm-a29k.h
+++ b/gdb/config/a29k/tm-a29k.h
@@ -58,7 +58,7 @@ CORE_ADDR skip_prologue ();
/* Stack grows downward. */
-#define INNER_THAN <
+#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
/* Stack must be aligned on 32-bit boundaries when synthesizing
function calls. */