Rearrange symbol_create parameters
[deliverable/binutils-gdb.git] / gas / config / tc-cr16.c
index c95d724bbbaca7d84fa02d5ad6fed5ff745f4e28..e5db874078c02c63f8be55c193f7c0adf974bbc9 100644 (file)
@@ -689,16 +689,16 @@ md_undefined_symbol (char *name)
 {
   if (*name == '_' && *(name + 1) == 'G'
       && strcmp (name, "_GLOBAL_OFFSET_TABLE_") == 0)
-   {
-     if (!GOT_symbol)
-       {
-         if (symbol_find (name))
-             as_bad (_("GOT already in symbol table"));
-          GOT_symbol = symbol_new (name, undefined_section,
-                                   (valueT) 0, &zero_address_frag);
-       }
-     return GOT_symbol;
-   }
+    {
+      if (!GOT_symbol)
+       {
+         if (symbol_find (name))
+           as_bad (_("GOT already in symbol table"));
+         GOT_symbol = symbol_new (name, undefined_section,
+                                  &zero_address_frag, 0);
+       }
+      return GOT_symbol;
+    }
   return 0;
 }
 
This page took 0.026932 seconds and 4 git commands to generate.