* config/tc-m68hc11.c (md_begin): Take into account additional
authorStephane Carrez <stcarrez@nerim.fr>
Tue, 13 Aug 2002 21:38:15 +0000 (21:38 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Tue, 13 Aug 2002 21:38:15 +0000 (21:38 +0000)
commit7bfda7ebd0e815fed9fce84f5231a0f487c05160
tree502ad168f99c961e75ebafadf27627d62cad00ce
parent9b701e44033cddad5dcfcee0914b83f303433228
* config/tc-m68hc11.c (md_begin): Take into account additional
page operand for call instruction.
(print_opcode_format): Likewise.
(check_range): Likewise for page range checking.
(get_operand): Don't skip a possible comma in operands.
(fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
(fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
(fixup24): New to handle call reloc.
(build_insn): Handle missing page operand for call instruction.
(find): Likewise.
(md_apply_fix3): Take into account new relocs.
(get_operand): Fix the mode for indexed indirect addressing.
(build_indexed_byte): Fix post index byte for indexed indirect mode.
gas/ChangeLog
gas/config/tc-m68hc11.c