Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
[cascardo/linux.git] / arch / cris / kernel / vmlinux.lds.S
index 971c2fa..bbfda67 100644 (file)
@@ -119,12 +119,7 @@ SECTIONS
        _end = .;
        __end = .;
 
-       /* Sections to be discarded */
-       /DISCARD/ : {
-               EXIT_TEXT
-               EXIT_DATA
-               *(.exitcall.exit)
-        }
-
        dram_end = dram_start + (CONFIG_ETRAX_DRAM_SIZE - __CONFIG_ETRAX_VMEM_SIZE)*1024*1024;
+
+       DISCARDS
 }