K 10 svn:author V 4 neel K 8 svn:date V 27 2010-02-04T05:49:59.460016Z K 7 svn:log V 355 Reinstate the ptrace patch to restore the 'gp' register after calling a function. I made a mistake in assuming that the .cprestore directive will cause the assembler to automatically restore 'gp' after the 'jalr'. The .cprestore directive does its magic only after 'jal' and 'bal' instructions - not the 'jalr'. Pointed out by: c.jayachandran@gmail.com END