aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-06-08 06:07:13 +0000
committerAlan Modra <amodra@gmail.com>2001-06-08 06:07:13 +0000
commit98aa84af0eb21d064e4a2fd8f5a8050a4cc600cd (patch)
tree97baa41f04709e1516efa1c7a90f57be0fce8231 /gas/Makefile.am
parentdc70af013c687728724815149dd378a45096d80b (diff)
downloadgdb-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.am')
-rw-r--r--gas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 7eea36e..52a19a6 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -80,7 +80,7 @@ CPU_TYPES = \
z8k
# 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 \