Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libunwind GC unwind_info_size.
details: https://anonhg.NetBSD.org/src/rev/6bdc895a910f
branches: trunk
changeset: 329001:6bdc895a910f
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 28 13:39:23 2014 +0000
description:
GC unwind_info_size.
diffstat:
sys/lib/libunwind/AddressSpace.hpp | 1 -
sys/lib/libunwind/UnwindCursor.hpp | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 9f6e7a184154 -r 6bdc895a910f sys/lib/libunwind/AddressSpace.hpp
--- a/sys/lib/libunwind/AddressSpace.hpp Mon Apr 28 08:46:35 2014 +0000
+++ b/sys/lib/libunwind/AddressSpace.hpp Mon Apr 28 13:39:23 2014 +0000
@@ -41,7 +41,6 @@
uintptr_t lsda; // Address of Language Specific Data Area
uintptr_t handler; // Personality routine
uintptr_t extra_args; // Extra stack space for frameless routines
- uint32_t unwind_info_size; // Size of DWARF unwind info
uintptr_t unwind_info; // Address of DWARF unwind info
};
diff -r 9f6e7a184154 -r 6bdc895a910f sys/lib/libunwind/UnwindCursor.hpp
--- a/sys/lib/libunwind/UnwindCursor.hpp Mon Apr 28 08:46:35 2014 +0000
+++ b/sys/lib/libunwind/UnwindCursor.hpp Mon Apr 28 13:39:23 2014 +0000
@@ -135,7 +135,6 @@
fInfo.handler = cieInfo.personality;
fInfo.extra_args = prolog.spExtraArgSize;
fInfo.unwind_info = fdeInfo.fdeStart;
- fInfo.unwind_info_size = fdeInfo.fdeLength;
}
}; // namespace _Unwind
Home |
Main Index |
Thread Index |
Old Index