summaryrefslogtreecommitdiff
path: root/opcodes/cris-desc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-25 17:15:46 +0930
committerAlan Modra <amodra@gmail.com>2021-05-25 17:17:04 +0930
commitbc30a119f3e32321a3116ab4b0d415a3c332e9a3 (patch)
tree18bb0e90273af5001010725b17ecc54ab8649771 /opcodes/cris-desc.h
parent5d7f11f0e76ca290e3745c8836b92a5266cb84e2 (diff)
downloadbinutils-gdb-bc30a119f3e32321a3116ab4b0d415a3c332e9a3.tar.gz
Regen cris files
* cris-desc.c: Regenerate. * cris-desc.h: Regenerate. * cris-opc.h: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'opcodes/cris-desc.h')
-rw-r--r--opcodes/cris-desc.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/opcodes/cris-desc.h b/opcodes/cris-desc.h
index 0a75b24e806..2b608ed6502 100644
--- a/opcodes/cris-desc.h
+++ b/opcodes/cris-desc.h
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright 1996-2021 Free Software Foundation, Inc.
+Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU Binutils and/or GDB, the GNU debugger.
@@ -17,13 +17,18 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
License for more details.
You should have received a copy of the GNU General Public License along
- with this program; if not, see <http://www.gnu.org/licenses/>.
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef CRIS_CPU_H
#define CRIS_CPU_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define CGEN_ARCH cris
/* Given symbol S, return cris_cgen_<S>. */
@@ -387,4 +392,8 @@ extern const CGEN_HW_ENTRY cris_cgen_hw_table[];
+ #ifdef __cplusplus
+ }
+ #endif
+
#endif /* CRIS_CPU_H */