]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/i386/kernel/vmlinux.lds.S
i386: Put allocated ELF notes in read-only data segment
[mirror_ubuntu-artful-kernel.git] / arch / i386 / kernel / vmlinux.lds.S
index 4dc44b8007ccbe9ea8c44f5e96e33f50b2da4b50..7d72cce0052946c93446eaa279c0d476da80af51 100644 (file)
@@ -60,7 +60,9 @@ SECTIONS
        __stop___ex_table = .;
   }
 
-  BUG_TABLE
+  NOTES :text :note
+
+  BUG_TABLE :text
 
   . = ALIGN(4);
   .tracedata : AT(ADDR(.tracedata) - LOAD_OFFSET) {
@@ -208,6 +210,4 @@ SECTIONS
   STABS_DEBUG
 
   DWARF_DEBUG
-
-  NOTES
 }