i386-protos.h: Correct declaration of i386_pe_asm_named_section.
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Thu, 23 Aug 2001 00:18:56 +0000 (00:18 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 23 Aug 2001 00:18:56 +0000 (17:18 -0700)
        * config/i386/i386-protos.h: Correct declaration of
        i386_pe_asm_named_section.

From-SVN: r45116

gcc/ChangeLog
gcc/config/i386/i386-protos.h

index f6e4e742b83cfc6a9c0b60b92c66214f05f65674..afc005cc66e88f6746d47431b3d8117a6a359095 100644 (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
index b97d82f1609111d5a98715d81510655ec1fd3c08..b6462e1f65f5df93881d4087cc20d672d0922a13 100644 (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