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. -- Joseph S. Myers jos...@codesourcery.com