x86/vmlinux: Drop unneeded linker script discard of .eh_frame
[linux-2.6-microblaze.git] / arch / x86 / kernel / vmlinux.lds.S
index e3296aa..5cab3a2 100644 (file)
@@ -313,8 +313,8 @@ SECTIONS
 
        . = ALIGN(8);
        /*
-        * .exit.text is discard at runtime, not link time, to deal with
-        *  references from .altinstructions and .eh_frame
+        * .exit.text is discarded at runtime, not link time, to deal with
+        *  references from .altinstructions
         */
        .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
                EXIT_TEXT
@@ -412,9 +412,6 @@ SECTIONS
        DWARF_DEBUG
 
        DISCARDS
-       /DISCARD/ : {
-               *(.eh_frame)
-       }
 }