[AArch64] Define ABORT_INSTRUCTION.

This commit is contained in:
Marcus Shawcroft 2014-01-01 17:28:33 +00:00
parent 9188b6818a
commit 4513de089b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-01-01 Marcus Shawcroft <marcus.shawcroft@linaro.org>
* sysdeps/aarch64/abort-instr.h: New file.
2014-01-01 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
* sysdeps/aarch64/__longjmp.S (__longjmp): Demangle sp and lr when

View File

@ -0,0 +1 @@
#define ABORT_INSTRUCTION asm ("brk\t#1000")