Fawaz
138a1d26b5
riscv: Fix ELF header flags
...
The previous version added both `EF_RISCV_FLOAT_ABI_DOUBLE` and
`EF_RISCV_RVC` if the "D" extension was enabled on riscv64 targets.
riscv32 targets were not accounted for. This patch changes this
so that:
- Only add `EF_RISCV_RVC` if the "C" extension is enabled
- Add `EF_RISCV_FLOAT_ABI_SINGLE` if the "F" extension is enabled
and the "D" extension is not
- Add these ELF flags for riscv32 as well
2023-01-12 22:35:38 -08:00
..
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-08 17:01:46 +09:00
2023-01-04 00:48:07 +00:00
2023-01-07 20:43:19 +01:00
2023-01-12 22:35:38 -08:00
2023-01-04 00:43:13 +00:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-08 17:01:49 +09:00
2023-01-07 20:43:19 +01:00
2023-01-07 20:43:19 +01:00
2023-01-05 20:42:26 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-08 14:40:52 +00:00
2023-01-05 19:01:12 +01:00
2023-01-08 01:53:39 +00:00
2023-01-05 19:01:12 +01:00
2023-01-08 14:47:12 +13:00
2023-01-05 19:01:12 +01:00
2023-01-04 20:36:28 -08:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-08 03:37:20 +00:00
2023-01-04 20:36:28 -08:00
2023-01-05 19:01:12 +01:00
2023-01-07 16:13:18 +00:00
2023-01-05 19:01:12 +01:00
2023-01-06 05:34:56 +00:00
2023-01-05 19:01:12 +01:00
2023-01-08 14:40:52 +00:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-07 20:43:21 +01:00
2023-01-04 00:43:13 +00:00
2023-01-06 21:26:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-08 03:37:20 +00:00
2023-01-06 15:20:58 +00:00
2023-01-08 03:37:20 +00:00
2023-01-05 19:01:12 +01:00
2023-01-05 19:01:12 +01:00
2023-01-06 15:20:58 +00:00
2023-01-08 03:37:20 +00:00