* README-vms: Delete.
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.c
index 60b5dae03867a739223bda0350f669dced4c5a42..1f2b2f998fcc7142656567d5b5024508426b79ea 100644 (file)
@@ -174,9 +174,6 @@ const pseudo_typeS md_pseudo_table[] =
   {NULL, 0, 0},
 };
 
-/* Size of relocation record.  */
-const int md_reloc_size = 12;
-
 /* This array holds the chars that always start a comment.  If the
    pre-processor is disabled, these aren't very useful.  */
 const char comment_chars[] = "!";      /* JF removed '|' from
@@ -3961,9 +3958,7 @@ s_common (ignore)
       goto allocate_common;
     }
 
-#ifdef BFD_ASSEMBLER
   symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT;
-#endif
 
   demand_empty_rest_of_line ();
   return;
This page took 0.02924 seconds and 4 git commands to generate.