gcc/
* config/i386/winnt.c (i386_pe_section_type_flags): Fixup const
qualification.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211962
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
+
+ * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
+ qualification in cast.
+
2014-06-24 Jan Hubicka <hubicka@ucw.cz>
* tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
flags |= SECTION_LINKONCE;
/* See if we already have an entry for this section. */
- slot = htab->find_slot ((const unsigned int *)name, INSERT);
+ slot = htab->find_slot ((unsigned int *)name, INSERT);
if (!*slot)
{
*slot = (unsigned int *) xmalloc (sizeof (unsigned int));