OSDN Git Service

* config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
authoramodra <amodra>
Wed, 17 Oct 2001 06:03:35 +0000 (06:03 +0000)
committeramodra <amodra>
Wed, 17 Oct 2001 06:03:35 +0000 (06:03 +0000)
commit3567ece1b1835e5b0f22cc66aa669e33c559ee35
treed0dd2ff047428621e94f4cfd5ccce89734f25274
parent0ce53243855b34634533443ec546a01528f10927
* config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
(ppc_size): Select PPC_OPCODE_64 if 64 bit.
(md_begin): Don't set ppc_size here.
(ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE.
(md_shortopts): Constify.
(md_longopts): Likewise.
(md_longopts_size): Likewise.
(ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
64-bit opcodes.
(ppc_machine): Explain why this function is a nop.
gas/ChangeLog
gas/config/tc-ppc.c