From: Jack Lange Date: Mon, 2 May 2011 21:56:10 +0000 (-0500) Subject: added symmod linked script X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=77fd4bb17bf91ab3b7d54ef2a5f51c4280342b90 added symmod linked script --- diff --git a/linux_module/ld.symmod.cmd b/linux_module/ld.symmod.cmd new file mode 100644 index 0000000..ea46409 --- /dev/null +++ b/linux_module/ld.symmod.cmd @@ -0,0 +1,10 @@ +SECTIONS +{ + _v3_capsules : + { + __start__v3_capsules = .; + *(_v3_capsules); + __stop__v3_capsules = .; + } +} +