K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-09-26T14:20:09.214712Z K 7 svn:log V 339 Check for NULL link registers as found in initial stack frames when doing stack unwinding, instead of naively trying to check the instruction at that location. This fixes signal handling in threaded applications after recent changes regarding unwinding in libthr. While here, clean up our MD_FROB_UPDATE_CONTEXT() implementation a little. END