aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-05-13 19:28:14 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-05-13 19:28:14 +0000
commit87a45149d47c57316f628a68643835d9c2e3c592 (patch)
tree6211822b24e155303dc05bcae75061da57133667 /include
parentfbd9dcd3c22f292c2c850359701de6ddb3b26a74 (diff)
downloadgdb-87a45149d47c57316f628a68643835d9c2e3c592.zip
gdb-87a45149d47c57316f628a68643835d9c2e3c592.tar.gz
gdb-87a45149d47c57316f628a68643835d9c2e3c592.tar.bz2
* m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/m68hc11.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 8080909..0c666ec 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 5d2fc9b..648c23b 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