Import this patch from the mainline:
2009-10-18 Alan Modra <amodra@bigpond.net.au>
* as.h (know): Don't define as empty.
+2009-12-03 Nick Clifton <nickc@redhat.com>
+
+ PR gas/11011
+ Import this patch from the mainline:
+ 2009-10-18 Alan Modra <amodra@bigpond.net.au>
+
+ * as.h (know): Don't define as empty.
+
2009-10-28 Alan Modra <amodra@bigpond.net.au>
PR gas/10856
#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
\f
/* input_scrub.c */