X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fnds32-asm.h;h=f5352e7e688590aa2a38dc1ef7be1107274821a7;hb=8cfcb7659cb844dff00efbbb644c15b650fb7e8b;hp=a39a50ab8783217ee0254510c9da447c02410f62;hpb=1fe0971e41a4097610862acabf54a896695fe834;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/nds32-asm.h b/opcodes/nds32-asm.h index a39a50ab87..f5352e7e68 100644 --- a/opcodes/nds32-asm.h +++ b/opcodes/nds32-asm.h @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. @@ -279,7 +279,7 @@ extern void nds32_asm_init (nds32_asm_desc_t *, int); #define ALU2(sub) (OP6 (ALU2) | N32_ALU2_ ## sub) #define MISC(sub) (OP6 (MISC) | N32_MISC_ ## sub) #define MEM(sub) (OP6 (MEM) | N32_MEM_ ## sub) -#define FPU_RA_IMMBI(sub) (OP6 (sub) | __BIT (12)) +#define FPU_RA_IMMBI(sub) (OP6 (sub) | N32_BIT (12)) #define FS1(sub) (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_ ## sub << 6)) #define FS1_F2OP(sub) (OP6 (COP) | N32_FPU_FS1 | (N32_FPU_FS1_F2OP << 6) \ | (N32_FPU_FS1_F2OP_ ## sub << 10))