diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-10-10 12:12:41 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-10 12:12:41 -0400 |
commit | c11b5776bfef671cd6eea4479f345ec042638643 (patch) | |
tree | e0713db2192fdcd020e8aeabe7e59d2a0130f2ab /arch/blackfin | |
parent | fb282a72f13305a74fb105bce1ee232b3492b654 (diff) |
Blackfin arch: add more common defines for output sections
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/kernel/vmlinux.lds.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index cd1cea05f1a8..eec43674a465 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S | |||
@@ -185,6 +185,12 @@ SECTIONS | |||
185 | __end = .; | 185 | __end = .; |
186 | } | 186 | } |
187 | 187 | ||
188 | STABS_DEBUG | ||
189 | |||
190 | DWARF_DEBUG | ||
191 | |||
192 | NOTES | ||
193 | |||
188 | /DISCARD/ : | 194 | /DISCARD/ : |
189 | { | 195 | { |
190 | *(.exit.text) | 196 | *(.exit.text) |