X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fld.cmd;h=bd86dc7c62aea0fefcfa917376de073b9089fba0;hb=504a6fd3bf01d7299ec69f80d5117dea3014ea28;hp=7dd774712fcd7e029196389fe4174c835223738d;hpb=94f67717b6461df514dc225ed84f03b44c44061b;p=palacios.git diff --git a/linux_module/ld.cmd b/linux_module/ld.cmd index 7dd7747..bd86dc7 100644 --- a/linux_module/ld.cmd +++ b/linux_module/ld.cmd @@ -1,5 +1,12 @@ SECTIONS { + + _lnx_exts : + { + __start__lnx_exts = .; + *(_lnx_exts); + __stop__lnx_exts = .; + } _v3_devices : { __start__v3_devices = .; @@ -22,5 +29,6 @@ SECTIONS __stop__v3_extensions = .; } + }