X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fcgen-bitset.c;h=d9fded2a30d519fb8affc5aaca36804c1b5b8155;hb=93562a343c26f67d2bd0e93cceb18a0a793087c2;hp=4f4bcc0d33b3b51fc1e876c6bab33b57adf57195;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/cgen-bitset.c b/opcodes/cgen-bitset.c index 4f4bcc0d33..d9fded2a30 100644 --- a/opcodes/cgen-bitset.c +++ b/opcodes/cgen-bitset.c @@ -1,6 +1,5 @@ /* CGEN generic opcode support. - Copyright 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of libopcodes. @@ -21,10 +20,11 @@ /* Functions for manipulating CGEN_BITSET. */ #include "libiberty.h" -#include "opcode/cgen-bitset.h" +#include "cgen/bitset.h" #include /* Create a bit mask. */ + CGEN_BITSET * cgen_bitset_create (unsigned bit_count) {