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:
authorSean Keys <skeys@ipdatasys.com>2012-08-03 00:08:54 +0400
committerSean Keys <skeys@ipdatasys.com>2012-08-03 00:08:54 +0400
commitdf6b83d91158c66425977e9d4b5f45b0b69321d8 (patch)
tree4f74bae5f386c9c0c1847e4b63f99480d6141f19 /include/elf
parentb766e1bfdfffe4972110a967de86dec49e459e66 (diff)
* m68hc11.h: #define E_M68HC11_NO_BANK_WARNING
0x000000200
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/m68hc11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/m68hc11.h b/include/elf/m68hc11.h
index 9a37a4442..58d882088 100644
--- a/include/elf/m68hc11.h
+++ b/include/elf/m68hc11.h
@@ -73,6 +73,9 @@ END_RELOC_NUMBERS (R_M68HC11_max)
/* XGATE ram offsetting. */
#define E_M68HC11_XGATE_RAMOFFSET 0x000000100
+/* Suppress warnings */
+#define E_M68HC11_NO_BANK_WARNING 0x000000200
+
#define EF_M68HC11_MACH_MASK 0xF0
#define EF_M68HC11_GENERIC 0x00 /* Generic 68HC12/backward compatibility. */
#define EF_M68HC12_MACH 0x10 /* 68HC12 microcontroller. */