Added --identify option to dlltool.
[deliverable/binutils-gdb.git] / opcodes / cgen-types.h
index 68363283eaad5150c5bcba420e085c325d10e2e1..a27c84adce92510e3955d0f90136d31b6bc938fe 100644 (file)
@@ -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 <stdint.h>
+#include "../bfd/bfd_stdint.h"
 
 typedef  int8_t   QI;
 typedef uint8_t  UQI;
This page took 0.02651 seconds and 4 git commands to generate.