Rearrange symbol_create parameters
[deliverable/binutils-gdb.git] / gas / config / tc-s390.c
index 7e84212b226eb2756c025f813c0b470b09133a63..f66e90e2446c2d59e05bac4b3457fedb7ceb4df8 100644 (file)
@@ -2105,7 +2105,7 @@ md_undefined_symbol (char *name)
          if (symbol_find (name))
            as_bad (_("GOT already in symbol table"));
          GOT_symbol = symbol_new (name, undefined_section,
-                                  (valueT) 0, &zero_address_frag);
+                                  &zero_address_frag, 0);
        }
       return GOT_symbol;
     }
This page took 0.023451 seconds and 4 git commands to generate.