diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-05-13 19:28:14 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-05-13 19:28:14 +0000 |
commit | a9fd8ad8b34d2607ef9f23c8a82a7f51456a8bf0 (patch) | |
tree | c03122342c94f2fe30561b68e5da058c6e9b9b86 | |
parent | ca0114bfef1c3fd8fcb18e91084d5cfb0e9808de (diff) | |
download | gdb-a9fd8ad8b34d2607ef9f23c8a82a7f51456a8bf0.tar.gz |
* m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/m68hc11.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 8080909db46..0c666ec246d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 Stephane Carrez <stcarrez@nerim.fr> + + * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000 + 2003-04-07 Michael Snyder <msnyder@redhat.com> * h8300.h (ldc/stc): Fix up src/dst swaps. diff --git a/include/opcode/m68hc11.h b/include/opcode/m68hc11.h index 5d2fc9bb04f..648c23b5615 100644 --- a/include/opcode/m68hc11.h +++ b/include/opcode/m68hc11.h @@ -378,7 +378,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * #define M6811_OP_HIGH_ADDR 0x01000000 /* Used internally by gas. */ #define M6811_OP_LOW_ADDR 0x02000000 -#define M68HC12_BANK_VIRT 0x01000000 +#define M68HC12_BANK_VIRT 0x010000 #define M68HC12_BANK_MASK 0x00003fff #define M68HC12_BANK_BASE 0x00008000 #define M68HC12_BANK_SHIFT 14 |