* expr.c (operand): If md_parse_name is defined, call it before
authorIan Lance Taylor <ian@airs.com>
Tue, 27 Aug 1996 17:56:47 +0000 (17:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 27 Aug 1996 17:56:47 +0000 (17:56 +0000)
commit6fce31a64b3f52df9f35510893215f2831533f41
treea61f79224e02cd1fe6be4c3c56e6698c2f1592ca
parenta58b037adc4c4630e2f53ad908dbfca046f3a380
* expr.c (operand): If md_parse_name is defined, call it before
calling symbol_find_or_make.
* config/tc-ppc.h (md_parse_name): Define.
(ppc_parse_name): Declare.
* config/tc-ppc.c (reg_name_search): Add regs and regcount
parameters.
(register_name): Update call to reg_name_search.
(cr_operand): New static variable.
(cr_names): New static const array.
(ppc_parse_name): New function.
(md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
cr_operand before calling expression.
PR 10460.
gas/ChangeLog
This page took 0.036005 seconds and 4 git commands to generate.