elfutils: powerpc build fix
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 27 Apr 2020 21:45:44 +0000 (18:45 -0300)
committerPetr Štetiar <ynezz@true.cz>
Tue, 28 Apr 2020 05:45:00 +0000 (07:45 +0200)
commita3079fb7ba7ade4d4765252b7c53a82ca15ae741
tree2da787c3b679aee3e98b1846f135310d8efb79b6
parent76a0ddf1308782a4da2693978955aee9cf631862
elfutils: powerpc build fix

Fixes following build error on mpc85xx/generic:

 ppc_initreg.c: In function 'ppc_set_initial_registers_tid':
 ppc_initreg.c:79:22: error: field 'r' has incomplete type
        struct pt_regs r;

Ref: FS#2924
Fixes: d27623b54254 ("elfutils: update to 0.179")
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
[commit description facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/libs/elfutils/patches/0001-ppc_initreg.c-Incliude-asm-ptrace.h-for-pt_regs-defi.patch [new file with mode: 0644]