CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/05 12:49:19
Modified files:
lib/libunwind/src: AddressSpace.hpp EHHeaderParser.hpp
Log message:
In some cases, for instance for statically linked binaries, our binutils
does not produce the binary table which is used for optimization.
libunwind currently depends on having that table. This changes
libunwind to fall back to the default search code when the binary table
is not available.
ok kettenis@
