daily update
[external/binutils.git] / gas / config / tc-tic4x.c
index 398a864..bc92de2 100644 (file)
@@ -821,6 +821,7 @@ tic4x_globl (int ignore ATTRIBUTE_UNUSED)
       *input_line_pointer = c;
       SKIP_WHITESPACE ();
       S_SET_STORAGE_CLASS (symbolP, C_EXT);
+      S_SET_EXTERNAL (symbolP);
       if (c == ',')
        {
          input_line_pointer++;
@@ -2397,7 +2398,7 @@ tic4x_insn_output (tic4x_insn_t *insn)
 }
 
 /* Parse the operands.  */
-int 
+static int 
 tic4x_operands_parse (char *s, tic4x_operand_t *operands, int num_operands)
 {
   if (!*s)