This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Fix define in opcode/m68hc11.h


Hi!

Committed this patch to fix a define.

Stephane

2003-05-13 Stephane Carrez <stcarrez@nerim.fr>

* m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000
Index: include/opcode/m68hc11.h
===================================================================
RCS file: /cvs/src/src/include/opcode/m68hc11.h,v
retrieving revision 1.3
diff -u -p -r1.3 m68hc11.h
--- include/opcode/m68hc11.h	23 Jan 2003 11:51:31 -0000	1.3
+++ include/opcode/m68hc11.h	13 May 2003 19:19:39 -0000
@@ -378,7 +378,7 @@ Software Foundation, 59 Temple Place - S
 #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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]