Regen opcodes cgen files

* epiphany-desc.h: Regenerate.
	* epiphany-opc.h: Regenerate.
	* fr30-desc.h: Regenerate.
	* fr30-opc.h: Regenerate.
	* frv-desc.h: Regenerate.
	* frv-opc.h: Regenerate.
	* ip2k-desc.h: Regenerate.
	* ip2k-opc.h: Regenerate.
	* iq2000-desc.h: Regenerate.
	* iq2000-opc.h: Regenerate.
	* lm32-desc.h: Regenerate.
	* lm32-opc.h: Regenerate.
	* m32c-desc.h: Regenerate.
	* m32c-opc.h: Regenerate.
	* m32r-desc.h: Regenerate.
	* m32r-opc.h: Regenerate.
	* mep-desc.h: Regenerate.
	* mep-opc.h: Regenerate.
	* mt-desc.h: Regenerate.
	* mt-opc.h: Regenerate.
	* or1k-desc.h: Regenerate.
	* or1k-opc.h: Regenerate.
	* xc16x-desc.h: Regenerate.
	* xc16x-opc.h: Regenerate.
	* xstormy16-desc.h: Regenerate.
	* xstormy16-opc.h: Regenerate.
This commit is contained in:
Alan Modra 2017-01-02 23:57:58 +10:30
parent d981640286
commit f47b0d4a49
27 changed files with 237 additions and 0 deletions

View File

@ -1,3 +1,32 @@
2017-01-02 Alan Modra <amodra@gmail.com>
* epiphany-desc.h: Regenerate.
* epiphany-opc.h: Regenerate.
* fr30-desc.h: Regenerate.
* fr30-opc.h: Regenerate.
* frv-desc.h: Regenerate.
* frv-opc.h: Regenerate.
* ip2k-desc.h: Regenerate.
* ip2k-opc.h: Regenerate.
* iq2000-desc.h: Regenerate.
* iq2000-opc.h: Regenerate.
* lm32-desc.h: Regenerate.
* lm32-opc.h: Regenerate.
* m32c-desc.h: Regenerate.
* m32c-opc.h: Regenerate.
* m32r-desc.h: Regenerate.
* m32r-opc.h: Regenerate.
* mep-desc.h: Regenerate.
* mep-opc.h: Regenerate.
* mt-desc.h: Regenerate.
* mt-opc.h: Regenerate.
* or1k-desc.h: Regenerate.
* or1k-opc.h: Regenerate.
* xc16x-desc.h: Regenerate.
* xc16x-opc.h: Regenerate.
* xstormy16-desc.h: Regenerate.
* xstormy16-opc.h: Regenerate.
2017-01-02 Alan Modra <amodra@gmail.com>
Update year range in copyright notice of all files.

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef EPIPHANY_CPU_H
#define EPIPHANY_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH epiphany
/* Given symbol S, return epiphany_cgen_<S>. */
@ -399,4 +403,8 @@ extern const CGEN_HW_ENTRY epiphany_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* EPIPHANY_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef EPIPHANY_OPC_H
#define EPIPHANY_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* enumerate relaxation types for gas. */
@ -223,4 +227,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* EPIPHANY_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef FR30_CPU_H
#define FR30_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH fr30
/* Given symbol S, return fr30_cgen_<S>. */
@ -309,4 +313,8 @@ extern const CGEN_HW_ENTRY fr30_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* FR30_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef FR30_OPC_H
#define FR30_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* ??? This can be improved upon. */
@ -148,4 +152,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* FR30_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef FRV_CPU_H
#define FRV_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH frv
/* Given symbol S, return frv_cgen_<S>. */
@ -841,4 +845,8 @@ extern const CGEN_HW_ENTRY frv_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* FRV_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef FRV_OPC_H
#define FRV_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
#undef CGEN_DIS_HASH_SIZE
@ -384,4 +388,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* FRV_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef IP2K_CPU_H
#define IP2K_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH ip2k
/* Given symbol S, return ip2k_cgen_<S>. */
@ -287,4 +291,8 @@ extern const CGEN_HW_ENTRY ip2k_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* IP2K_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef IP2K_OPC_H
#define IP2K_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Check applicability of instructions against machines. */
@ -115,4 +119,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* IP2K_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef IQ2000_CPU_H
#define IQ2000_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH iq2000
/* Given symbol S, return iq2000_cgen_<S>. */
@ -344,4 +348,8 @@ extern const CGEN_HW_ENTRY iq2000_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* IQ2000_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef IQ2000_OPC_H
#define IQ2000_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Allows reason codes to be output when assembler errors occur. */
@ -178,4 +182,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* IQ2000_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef LM32_CPU_H
#define LM32_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH lm32
/* Given symbol S, return lm32_cgen_<S>. */
@ -237,4 +241,8 @@ extern const CGEN_HW_ENTRY lm32_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* LM32_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef LM32_OPC_H
#define LM32_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Allows reason codes to be output when assembler errors occur. */
@ -102,4 +106,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* LM32_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef M32C_CPU_H
#define M32C_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH m32c
/* Given symbol S, return m32c_cgen_<S>. */
@ -537,4 +541,8 @@ extern const CGEN_HW_ENTRY m32c_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* M32C_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef M32C_OPC_H
#define M32C_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Needed for RTL's 'ext' and 'trunc' operators. */
@ -3241,4 +3245,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* M32C_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef M32R_CPU_H
#define M32R_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH m32r
/* Given symbol S, return m32r_cgen_<S>. */
@ -280,4 +284,8 @@ extern const CGEN_HW_ENTRY m32r_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* M32R_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef M32R_OPC_H
#define M32R_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
#undef CGEN_DIS_HASH_SIZE
@ -141,4 +145,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* M32R_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef MEP_CPU_H
#define MEP_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH mep
/* Given symbol S, return mep_cgen_<S>. */
@ -374,4 +378,8 @@ extern const CGEN_HW_ENTRY mep_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* MEP_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef MEP_OPC_H
#define MEP_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
#undef CGEN_DIS_HASH_SIZE
@ -514,4 +518,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* MEP_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef MT_CPU_H
#define MT_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH mt
/* Given symbol S, return mt_cgen_<S>. */
@ -296,4 +300,8 @@ extern const CGEN_HW_ENTRY mt_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* MT_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef MT_OPC_H
#define MT_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Check applicability of instructions against machines. */
@ -176,4 +180,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* MT_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef OR1K_CPU_H
#define OR1K_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH or1k
/* Given symbol S, return or1k_cgen_<S>. */
@ -679,4 +683,8 @@ extern const CGEN_HW_ENTRY or1k_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* OR1K_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef OR1K_OPC_H
#define OR1K_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
#undef CGEN_DIS_HASH_SIZE
@ -132,4 +136,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* OR1K_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef XC16X_CPU_H
#define XC16X_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH xc16x
/* Given symbol S, return xc16x_cgen_<S>. */
@ -444,4 +448,8 @@ extern const CGEN_HW_ENTRY xc16x_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* XC16X_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef XC16X_OPC_H
#define XC16X_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
#define CGEN_DIS_HASH_SIZE 8
@ -222,4 +226,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* XC16X_OPC_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef XSTORMY16_CPU_H
#define XSTORMY16_CPU_H
#ifdef __cplusplus
extern "C" {
#endif
#define CGEN_ARCH xstormy16
/* Given symbol S, return xstormy16_cgen_<S>. */
@ -326,4 +330,8 @@ extern const CGEN_HW_ENTRY xstormy16_cgen_hw_table[];
#ifdef __cplusplus
}
#endif
#endif /* XSTORMY16_CPU_H */

View File

@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
#ifndef XSTORMY16_OPC_H
#define XSTORMY16_OPC_H
#ifdef __cplusplus
extern "C" {
#endif
/* -- opc.h */
/* Allows reason codes to be output when assembler errors occur. */
@ -135,4 +139,8 @@ struct cgen_fields
}
#ifdef __cplusplus
}
#endif
#endif /* XSTORMY16_OPC_H */