linker script: unify usage of discard definition
[linux-2.6-microblaze.git] / arch / blackfin / kernel / vmlinux.lds.S
index 6e8eabd..d7ffe29 100644 (file)
@@ -277,9 +277,5 @@ SECTIONS
 
        DWARF_DEBUG
 
-       /DISCARD/ :
-       {
-               *(.exitcall.exit)
-               *(.discard)
-       }
+       DISCARDS
 }