X86: Decode opcode 0x82 as opcode 0x80 in 32-bit mode
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.h
index 4b6828d5b2011509a931cd8616cb14cbb64c89a4..a39a50ab8783217ee0254510c9da447c02410f62 100644 (file)
@@ -1,5 +1,5 @@
 /* NDS32-specific support for 32-bit ELF.
-   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+   Copyright (C) 2012-2016 Free Software Foundation, Inc.
    Contributed by Andes Technology Corporation.
 
    This file is part of BFD, the Binary File Descriptor library.
 #ifndef NDS32_ASM_H
 #define NDS32_ASM_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Constant values for assembler.  */
 enum
 {
@@ -294,4 +298,8 @@ extern void nds32_asm_init (nds32_asm_desc_t *, int);
 #define FPU_MEMBI(sub) (OP6 (COP) | N32_FPU_ ## sub | 0x1 << 7)
 #define AUDIO(sub)     (OP6 (AEXT) | (N32_AEXT_ ## sub << 20))
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif
This page took 0.026356 seconds and 4 git commands to generate.