* read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look
authorIan Lance Taylor <ian@airs.com>
Wed, 21 Jul 1993 17:19:33 +0000 (17:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 21 Jul 1993 17:19:33 +0000 (17:19 +0000)
commit8ff6f40e74bd92388e27618c402a73d350e727c2
tree6f63a1f423e251770b454e9f0fd52404dc020927
parent94eebcc5721347bcfdc8319a89663f741d2f9895
* read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look
up opcodes as pseudo-ops even if they don't start with '.'.
* config/tc-m88k.h (NO_PSEUDO_DOT): Define.
* config/tc-m88k.c (md_assemble): Removed special pseudo-op
handling.
(md_apply_fix): Set fx_offset to the upper 16 bits of the reloc.
Output the low 16 bits for RELOC_HI16, not the high 16 bits.
* config/obj-coffbfd.c (do_relocs_for): If TC_M88K, set the
r_offset field of the reloc to the fixup offset.
(fixup_segments): If TC_M88K, don't warn about fixup overflows.
* doc/as.texinfo: Minor updates.
gas/ChangeLog
gas/config/obj-coffbfd.c
gas/config/tc-m88k.c
gas/config/tc-m88k.h
gas/read.c
This page took 0.025047 seconds and 4 git commands to generate.