diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-08 06:07:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-08 06:07:13 +0000 |
commit | 98aa84af0eb21d064e4a2fd8f5a8050a4cc600cd (patch) | |
tree | 97baa41f04709e1516efa1c7a90f57be0fce8231 /gas/Makefile.in | |
parent | dc70af013c687728724815149dd378a45096d80b (diff) | |
download | gdb-98aa84af0eb21d064e4a2fd8f5a8050a4cc600cd.zip gdb-98aa84af0eb21d064e4a2fd8f5a8050a4cc600cd.tar.gz gdb-98aa84af0eb21d064e4a2fd8f5a8050a4cc600cd.tar.bz2 |
* 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.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 96fe902..1de6c50 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -192,7 +192,7 @@ CPU_TYPES = \ # Object format types. This is only used for dependency information. -# We deliberately omit some, since it does not work as a cross assembler. +# We deliberately omit SOM, since it does not work as a cross assembler. OBJ_FORMATS = \ aout \ |