.On Wed, Jan 7, 2009 at 00:17, Zhang, Sonic wrote: > Because KGDB L2 test case for blackfin asks the test code to be built > into module while, common KGDB_TESTCASE can't be built into module.
if the only point of building the kgdb code (which tests l2 sections) as a module is to get long calls, then you can do that already: CFLAGS_kgdb_test.o := -mlong-calls -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
