Add support for run-pre matching CONFIG_DYNAMIC_FTRACE kernels.
commit1047405bf7ec74170bed2a0da1002bc529b7e194
authorTim Abbott <tabbott@mit.edu>
Wed, 8 Oct 2008 01:04:31 +0000 (7 21:04 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Fri, 17 Oct 2008 22:09:24 +0000 (17 18:09 -0400)
tree2c46aebd718cda39dae3de3316ac3f125b2a0500
parentd7c1110a5a3f33512a21dbf95ba386fae7f8bb34
Add support for run-pre matching CONFIG_DYNAMIC_FTRACE kernels.

Current gcc does not support compiling with both -ffunction-sections
and -pg.  Thus, this patch is only useful when using a compiler that
has been patched to allow compiling with both -ffunction-sections and
-pg enabled.

Signed-off-by: Tim Abbott <tabbott@mit.edu>
kmodsrc/Makefile.in
kmodsrc/x86/ksplice-arch.c
objmanip.c