X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fcgen-bitset.c;h=668dcb4037ab58b093b95c87d1ee14ec7f552449;hb=ebd1c6d1d30fb41827ea37895b9cdff939e5952a;hp=7a41662769977e942ce37e9b6d8d01212f8d1436;hpb=3609e0feb6ad892d20a8078f47812b72a590dd86;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/cgen-bitset.c b/opcodes/cgen-bitset.c index 7a41662769..668dcb4037 100644 --- a/opcodes/cgen-bitset.c +++ b/opcodes/cgen-bitset.c @@ -1,19 +1,17 @@ /* CGEN generic opcode support. + Copyright (C) 2002-2019 Free Software Foundation, Inc. - Copyright 2002, 2005 - Free Software Foundation, Inc. + This file is part of libopcodes. - This file is part of the GNU Binutils and GDB, the GNU debugger. - - This program is free software; you can redistribute it and/or modify + This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + It is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., @@ -22,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) {