K 10 svn:author V 3 ian K 8 svn:date V 27 2014-08-31T17:21:51.151959Z K 7 svn:log V 288 In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). The EABI unwind info requires a .fnend for every .fnstart, and newer binutils will complain about seeing two .fnstart in a row. This change allows newer tools to compile our code. Reported by: bapt Reviewed by: imp END