> PS. IIRC some previous discussions around such darwin peculiarities > the f? decoration may be too simplistic to cover all the powerpc > flavors (A. Pinski may know better).
I have found the links for that: r168960 (pr41146). A. Pinski asked to add %?. I don't know which ppc platform uses it and if it does also for floating-point register, nevertheless the following regexp "lfd \(%?f?\[0-9\]+\),\[^\n\r\]*\[\n\r\]+\[ \t]*fmr %?f?1,\\1\[\n\r\]+\[ \t]*blr" also works for darwin. TIA Dominique