]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
backends: riscv_cfi.c had a bad BACKEND define.
authorMark Wielaard <mark@klomp.org>
Sun, 14 Apr 2019 20:40:53 +0000 (22:40 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 14 Apr 2019 20:40:53 +0000 (22:40 +0200)
BACKEND should have been defined as riscv_ (not aarch64_).

Reported-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
backends/ChangeLog
backends/riscv_cfi.c

index 0c61a0b33d1cf117fe821965060f22ca808b74eb..6c2b47a94646558183b02521b32127dce046076f 100644 (file)
@@ -1,3 +1,7 @@
+2019-04-14  Mark Wielaard  <mark@klomp.org>
+
+       * riscv_cfi.c: Fix BACKEND define.
+
 2019-02-15  Mark Wielaard  <mark@klomp.org>
 
        * s390_init.c (s390_init): Hook check_special_symbol.
index 1a84a382375a0c1ec103a3eafb95c12ebb64c70d..1c52ea8d4606281f04611b75f280d009cf05f9af 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <dwarf.h>
 
-#define BACKEND aarch64_
+#define BACKEND riscv64_
 #include "libebl_CPU.h"