X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fcgen-types.h;h=a27c84adce92510e3955d0f90136d31b6bc938fe;hb=e316cf6e3e9aded8e0c86d7dda88c55f5cf918dd;hp=68363283eaad5150c5bcba420e085c325d10e2e1;hpb=49f58d10f8827774889f6dbc79a934943be8bc44;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/cgen-types.h b/opcodes/cgen-types.h index 68363283ea..a27c84adce 100644 --- a/opcodes/cgen-types.h +++ b/opcodes/cgen-types.h @@ -1,29 +1,27 @@ /* Type definitions for CGEN-based opcode libraries. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. -This file is part of the GNU opcodes library. + This file is part of the GNU opcodes library. -This program 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) -any later version. + 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 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ + 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., + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef CGEN_TYPES_H #define CGEN_TYPES_H -#include +#include "../bfd/bfd_stdint.h" typedef int8_t QI; typedef uint8_t UQI;