2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
[deliverable/binutils-gdb.git] / gas / config / tc-z80.h
index a78b593c5de3ecfe02b4a79491f281147f6cb870..48428a9745e3f2f39514fc23e65413e4ac303b4f 100644 (file)
@@ -1,5 +1,5 @@
 /* this is tc-z80.h
-   Copyright 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright 2005, 2006, 2007, 2012 Free Software Foundation, Inc.
 
    Contributed by Arnold Metselaar <arnold_m@operamail.com>
 
@@ -102,4 +102,8 @@ extern void z80_cons_fix_new (fragS *, int, int, expressionS *);
    P2VAR to the truncated power of two of sizes up to eight bytes.  */
 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0
 
+/* It does not make any sense to perform arithmetic on the numbers 
+   we use to identify registers.  */
+#define md_register_arithmetic 0
+
 #endif
This page took 0.025651 seconds and 4 git commands to generate.