]> git.ipfire.org Git - thirdparty/gcc.git/commit
remove broken and redundant diagnostic in i386_pe_section_type_flags
authorTrevor Saunders <tsaunders@mozilla.com>
Fri, 27 Jun 2014 10:53:38 +0000 (10:53 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Fri, 27 Jun 2014 10:53:38 +0000 (10:53 +0000)
commitf012c1abe0935f4136352b7e5fbb862179be42ed
tree1262294ef9fc146fb9a6719764ae04200b2b7012
parent3fd269db216915329a3f016e4a7431a82ed564ef
remove broken and redundant diagnostic in i386_pe_section_type_flags

varasm.c is the only caller of this target hook, and it correctly uses a
htab to check if the flags returned by the hook are the same as the
flags it has for the section, and emit a error if not.

gccc/

* config/i386/winnt.c (i386_pe_section_type_flags): Remove
redundant diagnostic machinary.

From-SVN: r212069
gcc/ChangeLog
gcc/config/i386/winnt.c