Index: config/tc-ns32k.c =================================================================== RCS file: /cvs/src/src/gas/config/tc-ns32k.c,v retrieving revision 1.17 diff -c -r1.17 tc-ns32k.c *** config/tc-ns32k.c 16 Dec 2002 09:54:39 -0000 1.17 --- config/tc-ns32k.c 23 Jun 2003 00:36:18 -0000 *************** *** 1640,1647 **** /* Build a hashtable of the instructions. */ const struct ns32k_opcode *ptr; const char *stat; - inst_hash_handle = hash_new (); const struct ns32k_opcode *endop; endop = ns32k_opcodes + sizeof (ns32k_opcodes) / sizeof (ns32k_opcodes[0]); for (ptr = ns32k_opcodes; ptr < endop; ptr++) --- 1640,1648 ---- /* Build a hashtable of the instructions. */ const struct ns32k_opcode *ptr; const char *stat; const struct ns32k_opcode *endop; + + inst_hash_handle = hash_new (); endop = ns32k_opcodes + sizeof (ns32k_opcodes) / sizeof (ns32k_opcodes[0]); for (ptr = ns32k_opcodes; ptr < endop; ptr++)