diff options
author | Matt Fleming <matt@console-pimps.org> | 2009-08-16 16:56:35 +0200 |
---|---|---|
committer | Matt Fleming <matt@console-pimps.org> | 2009-08-21 14:02:44 +0200 |
commit | 97efbbd5886e27b61c19c77d41f6491f5d96fbd0 (patch) | |
tree | 02fbb8fcedfcb1a3e6bff73b1cd5da133cea5957 /arch/sh/kernel/traps_32.c | |
parent | sh: unwinder: Fix memory leak and create our own kmem cache (diff) | |
download | linux-97efbbd5886e27b61c19c77d41f6491f5d96fbd0.tar.xz linux-97efbbd5886e27b61c19c77d41f6491f5d96fbd0.zip |
sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSET
The handling of DW_CFA_val_offset ops was incorrectly using the
DWARF_REG_OFFSET flag but the register's value cannot be calculated
using the DWARF_REG_OFFSET method. Create a new flag to indicate that a
different method must be used to calculate the register's value even
though there is no implementation for DWARF_VAL_OFFSET yet; it's mainly
just a place holder.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Diffstat (limited to 'arch/sh/kernel/traps_32.c')
0 files changed, 0 insertions, 0 deletions