mips: remove unnecessary obstack_finish It isn't necessary to call obstack_finish before obstack_free of an unwanted string. * config/tc-mips.c (mips_parse_arguments): Replace obstack_finsih with obstack_base.