i386-protos.h: Correct declaration of i386_pe_asm_named_section.

* config/i386/i386-protos.h: Correct declaration of
        i386_pe_asm_named_section.

From-SVN: r45116
This commit is contained in:
David Billinghurst 2001-08-23 00:18:56 +00:00 committed by Richard Henderson
parent cb7d9f6769
commit 429e2a45c0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-08-22 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/i386-protos.h: Correct declaration of
i386_pe_asm_named_section.
2001-08-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for

View File

@ -178,6 +178,5 @@ extern int i386_pe_valid_decl_attribute_p PARAMS ((tree, tree, tree, tree));
extern int i386_pe_valid_type_attribute_p PARAMS ((tree, tree, tree, tree));
extern unsigned int i386_pe_section_type_flags PARAMS ((tree, const char *,
int));
extern void i386_pe_asm_named_section PARAMS ((const char *, unsigned int,
unsigned int));
extern void i386_pe_asm_named_section PARAMS ((const char *, unsigned int));
#endif