From: Stephane Carrez Date: Tue, 13 May 2003 19:28:14 +0000 (+0000) Subject: * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000 X-Git-Tag: ezannoni_pie-20030916-branchpoint~1706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87a45149d47c57316f628a68643835d9c2e3c592;p=external%2Fbinutils.git * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000 --- 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 + + * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000 + 2003-04-07 Michael Snyder * 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