Rearrange symbol_create parameters
[deliverable/binutils-gdb.git] / gas / config / tc-sh.c
index e9274101aae9a479d3ebefa9910928bac6e7feea..db5a7b9e145557101aeedc0d5eeae9a0db603129 100644 (file)
@@ -1920,7 +1920,7 @@ insert_loop_bounds (char *output, sh_operand_info *operand)
       /* A REPEAT takes 6 bytes.  The SH has a 32 bit address space.
         Hence a 9 digit number should be enough to count all REPEATs.  */
       sprintf (name, "_R%x", count++ & 0x3fffffff);
-      end_sym = symbol_new (name, undefined_section, 0, &zero_address_frag);
+      end_sym = symbol_new (name, undefined_section, &zero_address_frag, 0);
       /* Make this a local symbol.  */
 #ifdef OBJ_COFF
       SF_SET_LOCAL (end_sym);
This page took 0.024938 seconds and 4 git commands to generate.