X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fld.cmd;h=bd86dc7c62aea0fefcfa917376de073b9089fba0;hb=4e43946f01f687361197dc9571b7df02ae20de30;hp=fd97c2698aa20411f0323b5fb59170b873ae6c61;hpb=fed3449f4fd2fab7f27a17e0970e954bd2d69abc;p=palacios.git diff --git a/linux_module/ld.cmd b/linux_module/ld.cmd index fd97c26..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,11 +29,6 @@ SECTIONS __stop__v3_extensions = .; } - _lnx_exts : - { - __start__lnx_exts = .; - *(_lnx_exts); - __stop__lnx_exts = .; - } + }