patches/binutils/2.20/260-arm-non-empty-know.patch
changeset 2662 e7266674d492
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.20/260-arm-non-empty-know.patch	Sun Sep 11 18:28:45 2011 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +This is backported partially from 2.20 branch
     1.5 +
     1.6 +http://sourceware.org/ml/binutils-cvs/2009-10/msg00173.html
     1.7 +
     1.8 +-Khem
     1.9 +Index: binutils-2.20/gas/as.h
    1.10 +===================================================================
    1.11 +--- binutils-2.20.orig/gas/as.h	2009-10-22 00:27:08.700469349 -0700
    1.12 ++++ binutils-2.20/gas/as.h	2009-10-22 00:28:04.068416318 -0700
    1.13 +@@ -238,7 +238,7 @@ typedef addressT valueT;
    1.14 + #define know(p) gas_assert(p)	/* Verify our assumptions!  */
    1.15 + #endif /* not yet defined */
    1.16 + #else
    1.17 +-#define know(p)			/* know() checks are no-op.ed  */
    1.18 ++#define know(p) do {} while (0)	/* know() checks are no-op.ed  */
    1.19 + #endif
    1.20 + 
    1.21 + /* input_scrub.c */