arc: add asm macros
commita7c587f5cd390f92970c2c4b5a538ac27ea3f119
authorSergey Matyukevich <sergey.matyukevich@synopsys.com>
Tue, 20 Sep 2022 12:14:20 +0000 (20 16:14 +0400)
committerWaldemar Brodkorb <wbx@openadk.org>
Tue, 27 Sep 2022 10:01:23 +0000 (27 12:01 +0200)
tree0eb8515971fb84fb075bc8ae8d532e024af1ecc6
parentd6bf27d0a4e62d3a2c4f78aab11e88743cbb40b6
arc: add asm macros

Add a header file with assembler macros to be able to handle in one
place the differences between ARCv2 and ARCv3 ISAs. It is a preparatory
step before the introduction of support for ARCv3 CPUs.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
ldso/ldso/arc/resolve.S
libc/sysdeps/linux/arc/asm.h [new file with mode: 0644]