X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fh8300%2Fboot%2Fcompressed%2Fvmlinux.lds;h=a0a3a0ed54ef17450ae9dbe7f7a38e0789098fdd;hb=709d015bb810a3377feaee3093d110a17e919019;hp=65e2a0d1ae396bd52e72f28270dcc935966675e5;hpb=dcb76f88683618ed6ef0df66643dba1285881ee5;p=pandora-kernel.git diff --git a/arch/h8300/boot/compressed/vmlinux.lds b/arch/h8300/boot/compressed/vmlinux.lds index 65e2a0d1ae39..a0a3a0ed54ef 100644 --- a/arch/h8300/boot/compressed/vmlinux.lds +++ b/arch/h8300/boot/compressed/vmlinux.lds @@ -4,7 +4,7 @@ SECTIONS { __stext = . ; __text = .; - *(.text.startup) + *(.text..startup) *(.text) __etext = . ; }