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/8c81b0f06126
branches:  trunk
changeset: 795762:8c81b0f06126
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 a84c77644c68 -r 8c81b0f06126 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 a84c77644c68 -r 8c81b0f06126 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