patches/binutils/2.20/260-arm-non-empty-know.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jan 13 23:20:39 2011 +0100 (2011-01-13)
changeset 2262 32c7bbfa3f65
permissions -rw-r--r--
complibs/cloog: regenerate autostuff files

Latest version of CLooG does not have properly generated autoconf files,
so they need to be regenerated before the call to ./configure

Signed-off-by: "Ilya A. Volynets-Evenbakh" <ilya@total-knowlege.com>
[yann.morin.1998@anciens.enib.fr: make it conditional on 0.15.10 only]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
jocke@1700
     1
This is backported partially from 2.20 branch
jocke@1700
     2
jocke@1700
     3
http://sourceware.org/ml/binutils-cvs/2009-10/msg00173.html
jocke@1700
     4
jocke@1700
     5
-Khem
jocke@1700
     6
Index: binutils-2.20/gas/as.h
jocke@1700
     7
===================================================================
jocke@1700
     8
--- binutils-2.20.orig/gas/as.h	2009-10-22 00:27:08.700469349 -0700
jocke@1700
     9
+++ binutils-2.20/gas/as.h	2009-10-22 00:28:04.068416318 -0700
jocke@1700
    10
@@ -238,7 +238,7 @@ typedef addressT valueT;
jocke@1700
    11
 #define know(p) gas_assert(p)	/* Verify our assumptions!  */
jocke@1700
    12
 #endif /* not yet defined */
jocke@1700
    13
 #else
jocke@1700
    14
-#define know(p)			/* know() checks are no-op.ed  */
jocke@1700
    15
+#define know(p) do {} while (0)	/* know() checks are no-op.ed  */
jocke@1700
    16
 #endif
jocke@1700
    17
 
jocke@1700
    18
 /* input_scrub.c */