Regen cgen files

* epiphany-desc.c: Regenerate.
	* fr30-desc.c: Regenerate.
	* frv-desc.c: Regenerate.
	* ip2k-desc.c: Regenerate.
	* iq2000-desc.c: Regenerate.
	* lm32-desc.c: Regenerate.
	* m32c-desc.c: Regenerate.
	* m32r-desc.c: Regenerate.
	* mep-desc.c: Regenerate.
	* mt-desc.c: Regenerate.
	* or1k-desc.c: Regenerate.
	* xc16x-desc.c: Regenerate.
	* xstormy16-desc.c: Regenerate.
This commit is contained in:
Alan Modra 2017-04-13 10:33:53 +09:30
parent 808480f667
commit 4274208406
14 changed files with 53 additions and 24 deletions

View File

@ -1,3 +1,19 @@
2017-04-13 Alan Modra <amodra@gmail.com>
* epiphany-desc.c: Regenerate.
* fr30-desc.c: Regenerate.
* frv-desc.c: Regenerate.
* ip2k-desc.c: Regenerate.
* iq2000-desc.c: Regenerate.
* lm32-desc.c: Regenerate.
* m32c-desc.c: Regenerate.
* m32r-desc.c: Regenerate.
* mep-desc.c: Regenerate.
* mt-desc.c: Regenerate.
* or1k-desc.c: Regenerate.
* xc16x-desc.c: Regenerate.
* xstormy16-desc.c: Regenerate.
2017-04-11 Alan Modra <amodra@gmail.com>
* ppc-dis.c (ppc_opts): Remove PPC_OPCODE_ALTIVEC2,

View File

@ -1956,7 +1956,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of epiphany_cgen_cpu_open to build the hardware table. */
@ -2170,7 +2170,8 @@ epiphany_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (epiphany_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -1433,7 +1433,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of fr30_cgen_cpu_open to build the hardware table. */
@ -1647,7 +1647,8 @@ fr30_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (fr30_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -6386,6 +6386,7 @@ frv_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const char *name = va_arg (ap, const char *);
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (frv_cgen_mach_table, name);
if (mach != NULL)
machs |= 1 << mach->num;
break;

View File

@ -862,7 +862,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of ip2k_cgen_cpu_open to build the hardware table. */
@ -1076,7 +1076,8 @@ ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (ip2k_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -1867,7 +1867,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of iq2000_cgen_cpu_open to build the hardware table. */
@ -2081,7 +2081,8 @@ iq2000_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (iq2000_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -849,7 +849,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of lm32_cgen_cpu_open to build the hardware table. */
@ -1063,7 +1063,8 @@ lm32_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (lm32_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -62880,7 +62880,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of m32c_cgen_cpu_open to build the hardware table. */
@ -63094,7 +63094,8 @@ m32c_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (m32c_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -1212,7 +1212,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of m32r_cgen_cpu_open to build the hardware table. */
@ -1426,7 +1426,8 @@ m32r_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (m32r_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -6073,7 +6073,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of mep_cgen_cpu_open to build the hardware table. */
@ -6287,7 +6287,8 @@ mep_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (mep_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -993,7 +993,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of mt_cgen_cpu_open to build the hardware table. */
@ -1207,7 +1207,8 @@ mt_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (mt_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -1795,7 +1795,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of or1k_cgen_cpu_open to build the hardware table. */
@ -2009,7 +2009,8 @@ or1k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (or1k_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -3196,7 +3196,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of xc16x_cgen_cpu_open to build the hardware table. */
@ -3410,7 +3410,8 @@ xc16x_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (xc16x_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :

View File

@ -1164,7 +1164,7 @@ lookup_mach_via_bfd_name (const CGEN_MACH *table, const char *name)
return table;
++table;
}
abort ();
return NULL;
}
/* Subroutine of xstormy16_cgen_cpu_open to build the hardware table. */
@ -1378,7 +1378,8 @@ xstormy16_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
const CGEN_MACH *mach =
lookup_mach_via_bfd_name (xstormy16_cgen_mach_table, name);
machs |= 1 << mach->num;
if (mach != NULL)
machs |= 1 << mach->num;
break;
}
case CGEN_CPU_OPEN_ENDIAN :