Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/bfin/include/sysreg.h')
-rw-r--r--libgloss/bfin/include/sysreg.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/libgloss/bfin/include/sysreg.h b/libgloss/bfin/include/sysreg.h
index 50e01bd87..d874910bd 100644
--- a/libgloss/bfin/include/sysreg.h
+++ b/libgloss/bfin/include/sysreg.h
@@ -10,10 +10,10 @@
* they apply.
*/
-/* This file must be used with compiler version 8.0.1.5 */
+/* This file must be used with compiler version 8.0.6.4 */
#ifdef __VERSIONNUM__
-#if __VERSIONNUM__ != 0x08000105
+#if __VERSIONNUM__ != 0x08000604
#error The compiler version does not match the version of the sysreg.h include
#endif
#endif
@@ -22,7 +22,7 @@
*
* sysreg.h
*
- * Copyright (C) 2008 Analog Devices, Inc.
+ * Copyright (C) 2008, 2009 Analog Devices, Inc.
*
***********************************************************************/
@@ -40,6 +40,8 @@
#pragma diag(push)
#pragma diag(suppress:misra_rule_2_4)
#pragma diag(suppress:misra_rule_6_3)
+#pragma diag(suppress:misra_rule_19_4)
+#pragma diag(suppress:misra_rule_19_7)
#pragma diag(suppress:misra_rule_19_10)
#endif /* _MISRA_RULES */