Commit f8ae75d
arc64: add macro to signal Hard-float ABI (gcc-mirror#98)
This helps guard code in downstream projects such as glibc
related to hard-float regfile save/restore.
Granted we can do this with existing macros:
|
| #if defined(__ARCV3__) && defined (__ARC_HARD_FLOAT__)
|
keeping it independent of ISA keeps it future safe.
Signed-off-by: Vineet Gupta <[email protected]>1 parent 25c7281 commit f8ae75d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments