Re: [PATCH v3 2/6] strip: Adapt src/strip -o -f on mips

2024-07-09 Thread Ying Huang
diff --git a/libelf/gelf_getrela.c b/libelf/gelf_getrela.c index d695f659..fd974bdf 100644 --- a/libelf/gelf_getrela.c +++ b/libelf/gelf_getrela.c @@ -90,8 +90,21 @@ gelf_getrela (Elf_Data *data, int ndx, GElf_Rela *dst)   result = NULL;     }    else -   result = memcpy (dst, &

Re: [PATCH v3 2/6] strip: Adapt src/strip -o -f on mips

2024-07-09 Thread Ying Huang
Sorry, the diff has some formatting issues. And the test results use the existing patches 2/6 3/6 4/6. diff --git a/libelf/gelf_getrela.c b/libelf/gelf_getrela.c index d695f659..fd974bdf 100644 --- a/libelf/gelf_getrela.c +++ b/libelf/gelf_getrela.c @@ -90,8 +90,21 @@ gelf_getrela (Elf_Data *da

[Bug libelf/31967] New: datarace in elf_compress[_gnu]

2024-07-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31967 Bug ID: 31967 Summary: datarace in elf_compress[_gnu] Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libelf

Re: [PATCH] test: Add mips in run-allregs.sh and run-readelf-mixed-corenote.sh

2024-07-09 Thread Ying Huang
Ping 在 2024/5/24 17:41, Ying Huang 写道: > From: Ying Huang > > * backends/Makefile.am (mips_SRCS): Add mips64_corenote.c. > * backends/mips64_corenote.c: New file. > * backends/mips_corenote.c: Add fpregset. > * backends/mips_init.c: HOOK mips64_corenote. > * libebl/eblcorenotetypename.c: Add KNO