diff options
| -rw-r--r-- | backends/ChangeLog | 4 | ||||
| -rw-r--r-- | backends/riscv_cfi.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 0c61a0b3..6c2b47a9 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2019-04-14 Mark Wielaard <[email protected]> + + * riscv_cfi.c: Fix BACKEND define. + 2019-02-15 Mark Wielaard <[email protected]> * s390_init.c (s390_init): Hook check_special_symbol. diff --git a/backends/riscv_cfi.c b/backends/riscv_cfi.c index 1a84a382..1c52ea8d 100644 --- a/backends/riscv_cfi.c +++ b/backends/riscv_cfi.c @@ -31,7 +31,7 @@ #include <dwarf.h> -#define BACKEND aarch64_ +#define BACKEND riscv64_ #include "libebl_CPU.h" |
