revert r212197 for apparently not actually being obvious

From-SVN: r212200
This commit is contained in:
Trevor Saunders 2014-07-01 15:56:32 +00:00 committed by Trevor Saunders
parent 14b1760ca7
commit 6ab56804d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
* config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
change for not being obvious.
2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
* config/i386/winnt.c (i386_pe_section_type_flags): Remove name of

View File

@ -467,7 +467,7 @@ i386_pe_reloc_rw_mask (void)
#define SECTION_PE_SHARED SECTION_MACH_DEP
unsigned int
i386_pe_section_type_flags (tree decl, const char *, int reloc)
i386_pe_section_type_flags (tree decl, const char *name, int reloc)
{
unsigned int flags;