RISC-V: Hypervisor ext: drop Privileged Spec 1.9.1 implementation/tests
[binutils-gdb.git] / include / opcode / cr16.h
index 78053e4396dd85feb54e4ac577fd8aebab5eab4a..09e27122a17b53cd6da04f9fab9f9d1cd37bc7ed 100644 (file)
@@ -1,5 +1,5 @@
 /* cr16.h -- Header file for CR16 opcode and register tables.
-   Copyright (C) 2007-2020 Free Software Foundation, Inc.
+   Copyright (C) 2007-2021 Free Software Foundation, Inc.
    Contributed by M R Swami Reddy
 
    This file is part of GAS, GDB and the GNU binutils.
@@ -425,7 +425,6 @@ extern const char * cr16_no_op_insn[];
 
 /* Utility macros for string comparison.  */
 #define streq(a, b)           (strcmp (a, b) == 0)
-#define strneq(a, b, c)       (strncmp (a, b, c) == 0)
 
 /* Long long type handling.  */
 /* Replace all appearances of 'long long int' with LONGLONG.  */