diff options
Diffstat (limited to 'arch/m68k/kernel/vmlinux-sun3.lds')
| -rw-r--r-- | arch/m68k/kernel/vmlinux-sun3.lds | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index c192f773db9..03efaf04d7d 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds | |||
| @@ -77,13 +77,6 @@ __init_begin = .; | |||
| 77 | 77 | ||
| 78 | _end = . ; | 78 | _end = . ; |
| 79 | 79 | ||
| 80 | /* Sections to be discarded */ | ||
| 81 | /DISCARD/ : { | ||
| 82 | EXIT_TEXT | ||
| 83 | EXIT_DATA | ||
| 84 | *(.exitcall.exit) | ||
| 85 | } | ||
| 86 | |||
| 87 | .crap : { | 80 | .crap : { |
| 88 | /* Stabs debugging sections. */ | 81 | /* Stabs debugging sections. */ |
| 89 | *(.stab) | 82 | *(.stab) |
| @@ -96,4 +89,6 @@ __init_begin = .; | |||
| 96 | *(.note) | 89 | *(.note) |
| 97 | } | 90 | } |
| 98 | 91 | ||
| 92 | /* Sections to be discarded */ | ||
| 93 | DISCARDS | ||
| 99 | } | 94 | } |
