OSDN Git Service

* config/i386/i386-protos.h: Correct declaration of
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 00:18:56 +0000 (00:18 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 00:18:56 +0000 (00:18 +0000)
        i386_pe_asm_named_section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45116 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f6e4e74..afc005c 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 b97d82f..b6462e1 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