diff options
author | Len Brown <len.brown@intel.com> | 2005-12-28 23:43:17 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-12-28 23:43:17 -0500 |
commit | 0a5296dc34593e08c9e54b60e8f93684efff2f92 (patch) | |
tree | c0f47aee7d133bacb3f52bf944b3b3fa8a380aba /arch/sparc/kernel/vmlinux.lds.S | |
parent | 41c0d8680f7f24e1abaaeeabc6723277b2e34b81 (diff) | |
parent | 3603bc8dc5ab33941e6378fe52ea03b7f5561109 (diff) | |
download | op-kernel-dev-0a5296dc34593e08c9e54b60e8f93684efff2f92.zip op-kernel-dev-0a5296dc34593e08c9e54b60e8f93684efff2f92.tar.gz |
Pull linus into release branch
Diffstat (limited to 'arch/sparc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sparc/kernel/vmlinux.lds.S | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/sparc/kernel/vmlinux.lds.S b/arch/sparc/kernel/vmlinux.lds.S index 38938d2..346c19a 100644 --- a/arch/sparc/kernel/vmlinux.lds.S +++ b/arch/sparc/kernel/vmlinux.lds.S @@ -85,19 +85,9 @@ SECTIONS } _end = . ; PROVIDE (end = .); - /* Stabs debugging sections. */ - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - .comment 0 : { *(.comment) } - .debug 0 : { *(.debug) } - .debug_srcinfo 0 : { *(.debug_srcinfo) } - .debug_aranges 0 : { *(.debug_aranges) } - .debug_pubnames 0 : { *(.debug_pubnames) } - .debug_sfnames 0 : { *(.debug_sfnames) } - .line 0 : { *(.line) } /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) } + + STABS_DEBUG + + DWARF_DEBUG } |