RISC-V: Fix lui argument parsing.
[deliverable/binutils-gdb.git] / gas / config / tc-crx.h
index 65f86bc474a57d61a618182b58b3a600107be3ef..d2c56b52151ee3b3d65dee4937111ced44bbea68 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-crx.h -- Header file for tc-crx.c, the CRX GAS port.
 /* tc-crx.h -- Header file for tc-crx.c, the CRX GAS port.
-   Copyright (C) 2004-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004-2019 Free Software Foundation, Inc.
 
    Contributed by Tomer Levi, NSC, Israel.
    Originally written for GAS 2.12 by Tomer Levi, NSC, Israel.
 
    Contributed by Tomer Levi, NSC, Israel.
    Originally written for GAS 2.12 by Tomer Levi, NSC, Israel.
@@ -58,7 +58,7 @@ extern int crx_force_relocation (struct fix *);
 #define DWARF2_LINE_MIN_INSN_LENGTH 2
 
 /* This is called by emit_expr when creating a reloc for a cons.
 #define DWARF2_LINE_MIN_INSN_LENGTH 2
 
 /* 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 CRX reloc type specially, rather than the BFD_RELOC type.  */
 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
       (void) RELOC, \
    the CRX reloc type specially, rather than the BFD_RELOC type.  */
 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
       (void) RELOC, \
@@ -68,7 +68,7 @@ extern int crx_force_relocation (struct fix *);
        : LEN == 4 ? BFD_RELOC_CRX_NUM32 \
        : BFD_RELOC_NONE);
 
        : LEN == 4 ? BFD_RELOC_CRX_NUM32 \
        : BFD_RELOC_NONE);
 
-/* 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                                                        \
    boundary.  */
 #define md_frag_check(FRAGP) \
   if ((FRAGP)->has_code                                                        \
This page took 0.023686 seconds and 4 git commands to generate.