gcc/
PR c/61612
* config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
From-SVN: r211986
+2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
+
+ * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
+
2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
PR bootstrap/61598
char *bufptr;
/* Breaks up the char array into separated strings
strings and enter them into the hash table. */
- wrappers = new hash_table_c<wrapped_symbol_hasher> (8);
+ wrappers = new hash_table<wrapped_symbol_hasher> (8);
for (bufptr = wrapper_list_buffer; *bufptr; ++bufptr)
{
char *found = NULL;