* sh-desc.h: Move extern declaration of sh_cgen_ifld_table after

inclusion of cgen.h.
This commit is contained in:
Corinna Vinschen 2005-05-02 15:23:09 +00:00
parent a31501e943
commit 4839e910a0
2 changed files with 9 additions and 4 deletions

View file

@ -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>
* configure.ac: New file.

View file

@ -100,10 +100,6 @@ typedef enum isa_attr {
#define MAX_ISAS ((int) ISA_MAX)
#define MAX_MACHS ((int) MACH_MAX)
/* Ifield support. */
extern const struct cgen_ifld sh_cgen_ifld_table[];
/* Ifield attribute indices. */
/* 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_h_fvc;
/* Ifield support. */
extern const struct cgen_ifld sh_cgen_ifld_table[];