On Fri, 2021-02-05 at 21:00 +0300, Dmitry V. Levin wrote:
> On Fri, Feb 05, 2021 at 02:52:06PM -0300, Érico Nogueira via
> Elfutils-devel wrote:
> >
> > diff --git a/backends/ppc_initreg.c b/backends/ppc_initreg.c
> > index 0e0d3599..e5cca7e1 100644
> > --- a/backends/ppc_initreg.c
> > +++ b/backe
On Fri, Feb 05, 2021 at 02:52:06PM -0300, Érico Nogueira via Elfutils-devel
wrote:
> From: Érico Rolim
>
> Necessary on musl for struct pt_regs definition, doesn't affect the
> build on glibc, since includes the same header.
>
> Signed-off-by: Érico Rolim
> ---
> backends/ChangeLog | 4 +
From: Érico Rolim
Necessary on musl for struct pt_regs definition, doesn't affect the
build on glibc, since includes the same header.
Signed-off-by: Érico Rolim
---
backends/ChangeLog | 4
backends/ppc_initreg.c | 1 +
2 files changed, 5 insertions(+)
diff --git a/backends/ChangeLog