[PATCH] wrong backend definition?

Mark Wielaard mark@klomp.org
Sun Apr 14 20:44:00 GMT 2019


On Wed, 2019-04-10 at 16:05 +0800, Mao Han wrote:
> --- a/backends/riscv_cfi.c
> +++ b/backends/riscv_cfi.c
> @@ -31,7 +31,7 @@
>  
>  #include <dwarf.h>
>  
> -#define BACKEND aarch64_
> +#define BACKEND riscv_
>  #include "libebl_CPU.h"

Indeed, that was clearly wrong. Thanks for noticing.
We were lucky that none of the libebl_CPU.h definitions used in the
file depended on the BACKEND define. This should be fixed just in case
we start using the BACKEND define later.

Pushed to master as attached.

Thanks,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-backends-riscv_cfi.c-had-a-bad-BACKEND-define.patch
Type: text/x-patch
Size: 1088 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/elfutils-devel/attachments/20190414/e61e4794/attachment.bin>


More information about the Elfutils-devel mailing list