Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: binutils/gas/as.h

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/gas/aclocal.m4 ('k') | binutils/gas/config/obj-coff.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/gas/as.h
diff --git a/binutils/gas/as.h b/binutils/gas/as.h
index 7366121b03a26806b84df4e9d1b4f19cbe74b296..1d1d97e5a06c0029bf0ef7fba16b37ff97b9a108 100644
--- a/binutils/gas/as.h
+++ b/binutils/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 */
« no previous file with comments | « binutils/gas/aclocal.m4 ('k') | binutils/gas/config/obj-coff.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698