* Makefile.am: 'som' is not wrongly spelled 'some'.
commit8385c1e77bac54fca6037f9f7d40abbea8196f4c
authorAlan Modra <amodra@bigpond.net.au>
Fri, 8 Jun 2001 06:07:13 +0000 (8 06:07 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Fri, 8 Jun 2001 06:07:13 +0000 (8 06:07 +0000)
tree3bc32aa637b51fb65f3ac0f9d75a066e565319b6
parentc8235ba41c1f4df2801d4c285664a0875d352c60
* Makefile.am: 'som' is not wrongly spelled 'some'.
* Makefile.in: Regenerate.

* config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
S_GET_VALUE by using a temp.
(append_insn): Likewise, and for S_GET_VALUE too.
(mips_emit_delays): Likewise.
(my_getExpression): Likewise.
(md_apply_fix): Likewise.  Use "valueT" rather than "long" for "value".
(mips16_extended_frag): Remove code concerned with avoiding
locking in a frag address now that symbols are not finalized until
relaxation is complete.  Cater for first relaxation pass having
bogus addresses.  Use relax_marker to reliably determine whether a
symbol frag has been reached on the current pass.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-mips.c