]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[AArch64] Define ABORT_INSTRUCTION.
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 1 Jan 2014 17:28:33 +0000 (17:28 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 1 Jan 2014 17:58:47 +0000 (17:58 +0000)
ports/ChangeLog.aarch64
ports/sysdeps/aarch64/abort-instr.h [new file with mode: 0644]

index 1dfd8f93884c1c981fb8f821f4c0347fc70190ac..7fcf64981eb1e0d74e1fd69af8e51ab2b16f1ffd 100644 (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
diff --git a/ports/sysdeps/aarch64/abort-instr.h b/ports/sysdeps/aarch64/abort-instr.h
new file mode 100644 (file)
index 0000000..8b1c40b
--- /dev/null
@@ -0,0 +1 @@
+#define ABORT_INSTRUCTION asm ("brk\t#1000")