Automatically enable --unique=.text for elf32-hppa.
[deliverable/binutils-gdb.git] / include / ansidecl.h
index 9e8a457c2e0cd7f90ebe3c381a90b437dbb468c0..e7852c6845886a50eaf1a888ad1fd25ecc7c025f 100644 (file)
@@ -222,4 +222,11 @@ So instead we use the macro below and test it against specific values.  */
 #define ATTRIBUTE_PRINTF_5 ATTRIBUTE_PRINTF(5, 6)
 #endif /* ATTRIBUTE_PRINTF */
 
+/* We use __extension__ in some places to suppress -pedantic warnings
+   about GCC extensions.  This feature didn't work properly before
+   gcc 2.8.  */
+#if GCC_VERSION < 2008
+#define __extension__
+#endif
+
 #endif /* ansidecl.h   */
This page took 0.022303 seconds and 4 git commands to generate.