diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2006-05-12 15:45:50 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-05-12 15:45:50 -0400 |
| commit | 06a1be167ea77c436657587e26cd4d7d6401784c (patch) | |
| tree | 1d9ed9094496a1e02bfe551631b03495db337a89 /lib | |
| parent | 1f8aa2f66b7253d1a42ead0142c7a00d2df5ac89 (diff) | |
[SPARC]: Handle UNWIND_INFO properly.
For sparc32 we need R_SPARC_UA32 relocation support, for
sparc64 we need the handle R_SPARC_DISP32 relocations.
Based upon reports and initial patch by Martin Habets.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6ecc180beb71..ccb0c1fdf1b5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -189,7 +189,7 @@ config FRAME_POINTER | |||
| 189 | config UNWIND_INFO | 189 | config UNWIND_INFO |
| 190 | bool "Compile the kernel with frame unwind information" | 190 | bool "Compile the kernel with frame unwind information" |
| 191 | depends on !IA64 | 191 | depends on !IA64 |
| 192 | depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850) | 192 | depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || V850) |
| 193 | help | 193 | help |
| 194 | If you say Y here the resulting kernel image will be slightly larger | 194 | If you say Y here the resulting kernel image will be slightly larger |
| 195 | but not slower, and it will give very useful debugging information. | 195 | but not slower, and it will give very useful debugging information. |
