[ARC] Allow equ redefintion tests for ARC.
[deliverable/binutils-gdb.git] / gas / config / tc-cr16.h
index 9da8cb78c2d040a1ee12e0a2e8d0193557883fdf..2f43bf8261712e01da7cebbf9895b1a17eb790eb 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-cr16.h -- Header file for tc-cr16.c, the CR16 GAS port.
-   Copyright (C) 2007-2014 Free Software Foundation, Inc.
+   Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
    Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com>
 
@@ -60,12 +60,12 @@ extern int cr16_force_relocation (struct fix *);
 extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *,
                               bfd_reloc_code_real_type);
 /* This is called by emit_expr when creating a reloc for a cons.
-   We could use the definition there, except that we want to handle 
+   We could use the definition there, except that we want to handle
    the CR16 reloc type specially, rather than the BFD_RELOC type.  */
 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC)    \
   cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
 
-/* Give an error if a frag containing code is not aligned to a 2-byte 
+/* Give an error if a frag containing code is not aligned to a 2-byte
    boundary.  */
 #define md_frag_check(FRAGP) \
   if ((FRAGP)->has_code                                                \
This page took 0.025432 seconds and 4 git commands to generate.