* sh-desc.h: Move extern declaration of sh_cgen_ifld_table after
inclusion of cgen.h.
This commit is contained in:
parent
a31501e943
commit
4839e910a0
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-05-02 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
|
* sh-desc.h: Move extern declaration of sh_cgen_ifld_table after
|
||||||
|
inclusion of cgen.h.
|
||||||
|
|
||||||
2005-04-15 Corinna Vinschen <vinschen@redhat.com>
|
2005-04-15 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* configure.ac: New file.
|
* configure.ac: New file.
|
||||||
|
|
|
@ -100,10 +100,6 @@ typedef enum isa_attr {
|
||||||
#define MAX_ISAS ((int) ISA_MAX)
|
#define MAX_ISAS ((int) ISA_MAX)
|
||||||
#define MAX_MACHS ((int) MACH_MAX)
|
#define MAX_MACHS ((int) MACH_MAX)
|
||||||
|
|
||||||
/* Ifield support. */
|
|
||||||
|
|
||||||
extern const struct cgen_ifld sh_cgen_ifld_table[];
|
|
||||||
|
|
||||||
/* Ifield attribute indices. */
|
/* Ifield attribute indices. */
|
||||||
|
|
||||||
/* Enum declaration for cgen_ifld attrs. */
|
/* Enum declaration for cgen_ifld attrs. */
|
||||||
|
@ -243,6 +239,10 @@ extern CGEN_KEYWORD sh_cgen_opval_xf_names;
|
||||||
extern CGEN_KEYWORD sh_cgen_opval_frc_names;
|
extern CGEN_KEYWORD sh_cgen_opval_frc_names;
|
||||||
extern CGEN_KEYWORD sh_cgen_opval_h_fvc;
|
extern CGEN_KEYWORD sh_cgen_opval_h_fvc;
|
||||||
|
|
||||||
|
/* Ifield support. */
|
||||||
|
|
||||||
|
extern const struct cgen_ifld sh_cgen_ifld_table[];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue