This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Converting local (or static) functions to global with make


I'm trying to find an option with make which could convert all local
functions to global to produce all global symbol table. This might be useful
to debug after a crash. Is there any way to do this without modifying the
function prototype or definitions?

thanks a lot for your time.

arun


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]