Hi Christian,
On 14/09/15 10:05, Christian Bruel wrote:
Hi,
Prior sending the remaining target attributes, I'd like to simplify a
few chunks (thinko) that were unnecessary complicated : The options
checks in arm_option_params_internal can't be from another context than
global_options.
Hmmm... I agree. TARGET_SET_CURRENT_FUNCTION will restore
the target options node into the global options and call
arm_option_params_internal, which can assume it operates
on the global options.
This patch is ok but...
Also add TARGET_OPTION_PRINT, small enough chunk to slip here I hope.
Please split this out into a separate patch with a separate ChangeLog entry.
Such a patch is pre-approved as long as the implementation of
TARGET_OPTION_PRINT
is the same as in this patch.
Thanks,
Kyrill
Testing OK,
Thanks
Christian