1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

ARC: ABI Implementation

This code deals with the ARC ABI.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Vineet Gupta
2018-10-23 11:38:32 -07:00
parent 04deeaa9ea
commit 0e7d930c4c
17 changed files with 547 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/* FLAG 1 is privilege mode only instruction, hence will crash any program. */
#define ABORT_INSTRUCTION asm ("flag 1")