Module Name: src
Committed By: tls
Date: Sun Aug 10 06:52:00 UTC 2014
Modified Files:
src/lib/libexecinfo [tls-earlyentropy]: unwind_arm_ehabi_stub.c
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.6.1 src/lib/libexecinfo/unwind_arm_ehabi_stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libexecinfo/unwind_arm_ehabi_stub.c
diff -u src/lib/libexecinfo/unwind_arm_ehabi_stub.c:1.1 src/lib/libexecinfo/unwind_arm_ehabi_stub.c:1.1.6.1
--- src/lib/libexecinfo/unwind_arm_ehabi_stub.c:1.1 Thu Apr 25 14:47:30 2013
+++ src/lib/libexecinfo/unwind_arm_ehabi_stub.c Sun Aug 10 06:52:00 2014
@@ -23,6 +23,8 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+
+#ifndef __ARM_DWARF_EH__
#include <sys/cdefs.h>
#include <sys/types.h>
#include "unwind.h"
@@ -59,3 +61,5 @@ _Unwind_SetGR(struct _Unwind_Context *co
_Unwind_VRS_Set(context, 0 /*_UVRSC_CORE*/, reg, 0 /*_UVRSD_UINT32*/,
&val);
}
+
+#endif /* __ARM_DWARF_EH__ */