Rearrange symbol_create parameters
[deliverable/binutils-gdb.git] / gas / config / tc-m32r.c
index 824f67c124b2247d223852445608dd5aacb88994..18bd667ebd6a647ce0665ed61101d077c7707495 100644 (file)
@@ -574,7 +574,7 @@ debug_sym (int ignore ATTRIBUTE_UNUSED)
 
   if ((symbolP = symbol_find (name)) == NULL
       && (symbolP = md_undefined_symbol (name)) == NULL)
-    symbolP = symbol_new (name, undefined_section, 0, &zero_address_frag);
+    symbolP = symbol_new (name, undefined_section, &zero_address_frag, 0);
 
   symbol_table_insert (symbolP);
   if (S_IS_DEFINED (symbolP) && (S_GET_SEGMENT (symbolP) != reg_section
This page took 0.02608 seconds and 4 git commands to generate.