ld: Fix issue where PROVIDE overrides defined symbol
[external/binutils.git] / opcodes / cgen-bitset.c
index 4f4bcc0..ccab5bc 100644 (file)
@@ -1,6 +1,5 @@
 /* CGEN generic opcode support.
-   Copyright 2002, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2018 Free Software Foundation, Inc.
 
    This file is part of libopcodes.
 
 /* Functions for manipulating CGEN_BITSET.  */
 
 #include "libiberty.h"
-#include "opcode/cgen-bitset.h"
+#include "cgen/bitset.h"
 #include <string.h>
 
 /* Create a bit mask.  */
+
 CGEN_BITSET *
 cgen_bitset_create (unsigned bit_count)
 {