From: David Billinghurst Date: Thu, 23 Aug 2001 00:18:56 +0000 (+0000) Subject: i386-protos.h: Correct declaration of i386_pe_asm_named_section. X-Git-Tag: prereleases/libstdc++-3.0.95~2478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429e2a45c042aa9cbab99634fb0e835be227ff48;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6e4e742b83c..afc005cc66e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-22 David Billinghurst + + * config/i386/i386-protos.h: Correct declaration of + i386_pe_asm_named_section. + 2001-08-22 John David Anglin * 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 b97d82f16091..b6462e1f65f5 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