diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/i386/i386-protos.h | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6e4e74..afc005c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index b97d82f..b6462e1 100644 --- a/gcc/config/i386/i386-protos.h +++ b/gcc/config/i386/i386-protos.h @@ -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 |
