diff options
| author | Sean Keys <skeys@ipdatasys.com> | 2012-08-02 20:08:54 +0000 |
|---|---|---|
| committer | Sean Keys <skeys@ipdatasys.com> | 2012-08-02 20:08:54 +0000 |
| commit | b8fdb283ea435cb5dcd3c509a82eaba4c7595db0 (patch) | |
| tree | c38f51d666e130ac90ace672180cb429905e35f2 | |
| parent | a7508e4b9f8f928e61fa063b294a4e453e057026 (diff) | |
| download | ppe42-binutils-b8fdb283ea435cb5dcd3c509a82eaba4c7595db0.tar.gz ppe42-binutils-b8fdb283ea435cb5dcd3c509a82eaba4c7595db0.zip | |
* m68hc11.h: #define E_M68HC11_NO_BANK_WARNING
0x000000200
| -rw-r--r-- | include/elf/m68hc11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/m68hc11.h b/include/elf/m68hc11.h index 9a37a4442a..58d8820887 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. */ |

