[PATCH] Dynamic dispatch of multiversioned functions and CPU mocks for code coverage.

Sriraman Tallam tmsriram@google.com
Fri May 10 18:00:00 GMT 2013


On Fri, May 10, 2013 at 6:34 AM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> On Thu, 9 May 2013, Sriraman Tallam wrote:
>
>> Then, I plan to add the following hooks to libgcc (in a different patch) :
>>
>> int set_mock_cpu_is (const char *cpu);
>> int set_mock_cpu_supports (const char *isa);
>> int init_mock_cpu (); // Clear the values of the mock cpu.
>
> Those names are in the user's namespace; I think libgcc should only
> provide or use symbols in the implementation namespace.

Shall I just use __builtin prefixes for these too?, would that work?

Thanks
Sri

>
> --
> Joseph S. Myers
> joseph@codesourcery.com



More information about the Gcc-patches mailing list