diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2001-08-23 00:18:56 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-22 17:18:56 -0700 |
commit | 429e2a45c042aa9cbab99634fb0e835be227ff48 (patch) | |
tree | d35104183f80b2e8586a42a4ca0fd2c9be67b2aa /gcc | |
parent | cb7d9f6769fa51cd09230eda98cf984ea636c826 (diff) | |
download | gcc-429e2a45c042aa9cbab99634fb0e835be227ff48.zip gcc-429e2a45c042aa9cbab99634fb0e835be227ff48.tar.gz gcc-429e2a45c042aa9cbab99634fb0e835be227ff48.tar.bz2 |
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
Diffstat (limited to 'gcc')
-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 |