X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmodule.lds.S;h=3a3aa2354ed86749d5399fcd3a7c718fe973a043;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=1d0e1e4dc3d2a627de5dc644caf92580f1e11b16;hpb=0aa2516017123a7c35a2c0c35c4dc7727579b8a3;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/scripts/module.lds.S b/scripts/module.lds.S index 1d0e1e4..3a3aa23 100644 --- a/scripts/module.lds.S +++ b/scripts/module.lds.S @@ -27,6 +27,8 @@ SECTIONS { .ctors 0 : ALIGN(8) { *(SORT(.ctors.*)) *(.ctors) } .init_array 0 : ALIGN(8) { *(SORT(.init_array.*)) *(.init_array) } + .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) } + __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) } __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) } __patchable_function_entries : { *(__patchable_function_entries) }