r196040 - /branches/google/gcc-4_7/function_reo...

tmsriram@gcc.gnu.org tmsriram@gcc.gnu.org
Thu Feb 14 01:05:00 GMT 2013


Author: tmsriram
Date: Thu Feb 14 01:05:25 2013
New Revision: 196040

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196040
Log:
Patch for the reordering plugin to display appropriate error messages
when incorrect options are passed or when some API is unavailable.

   The plugin will use the ld_plugin_message linker API to flag errors
(fatal or non-fatal) when incorrect options are passed or when the
required API is not available in the invoking linker. If the message
API is missing, then it falls back to using fprintf.


Modified:
    branches/google/gcc-4_7/function_reordering_plugin/function_reordering_plugin.c



More information about the Gcc-cvs mailing list