X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-um%2Fcommon.lds.S;h=b16222b428218206e2e04e1dad1a2cf99ec12610;hb=c203b33d2ee34594f6656c033cddd4f5860eb06c;hp=f0454516dd318d2b30bd86988f900dd72c66adab;hpb=463e7c7cf9aaf95dd05e97e1a47854fdf5454cdc;p=powerpc.git diff --git a/include/asm-um/common.lds.S b/include/asm-um/common.lds.S index f0454516dd..b16222b428 100644 --- a/include/asm-um/common.lds.S +++ b/include/asm-um/common.lds.S @@ -15,6 +15,7 @@ PROVIDE (_unprotected_end = .); . = ALIGN(4096); + .note : { *(note.*) } __start___ex_table = .; __ex_table : { *(__ex_table) } __stop___ex_table = .;