aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-18 13:33:20 +0000
committerAlan Modra <amodra@gmail.com>2009-10-18 13:33:20 +0000
commitc5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5 (patch)
tree9750ffbb2edbd0176586f0ff96bd1dfd59ca3508 /gas/as.h
parenta75b90823cb7536a3079e702a160de64bb8aaec9 (diff)
downloadgdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.zip
gdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.tar.gz
gdb-c5ed243be1a6f9e44fdf02257c5b2ff8d5bca7d5.tar.bz2
* as.h (know): Don't define as empty.
* config/tc-arm.c (make_mapping_symbol): Revert last patch.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 7366121..1d1d97e 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -238,7 +238,7 @@ typedef addressT valueT;
#define know(p) gas_assert(p) /* Verify our assumptions! */
#endif /* not yet defined */
#else
-#define know(p) /* know() checks are no-op.ed */
+#define know(p) do {} while (0) /* know() checks are no-op.ed */
#endif
/* input_scrub.c */