Re: [PATCH] libelf: Sync elf.h from glibc

2023-10-13 Thread Mark Wielaard
Hi Ying, On Fri, 2023-10-13 at 17:01 +0800, Ying Huang wrote: > MIPS add new ELF file header flags, new relocations and new section > type SHT_MIPS_ABIFLAGS. Thanks pushed. BTW. Even these patches do require a Signed-off-by normally. But I checked it is exactly the same as the one in glibc elf/e

[PATCH] libelf: Sync elf.h from glibc

2023-10-13 Thread Ying Huang
From: Ying Huang MIPS add new ELF file header flags, new relocations and new section type SHT_MIPS_ABIFLAGS. --- libelf/elf.h | 109 ++- 1 file changed, 107 insertions(+), 2 deletions(-) diff --git a/libelf/elf.h b/libelf/elf.h index 9c51073f..7b4

Re: [PATCH] libelf: Sync elf.h from glibc

2023-06-27 Thread Mark Wielaard
On Mon, 2023-06-26 at 16:30 +0200, Andreas Schwab via Elfutils-devel wrote: > Adds new RISC-V relocations. > > * elf.h: Update from glibc. Thanks, looks good. Pushed, Mark

[PATCH] libelf: Sync elf.h from glibc

2023-06-26 Thread Andreas Schwab via Elfutils-devel
Adds new RISC-V relocations. * elf.h: Update from glibc. Signed-off-by: Andreas Schwab --- libelf/elf.h | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libelf/elf.h b/libelf/elf.h index 4bc0e429..89fc8021 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@

Re: [PATCH] libelf: Sync elf.h from glibc

2022-08-08 Thread Mark Wielaard
Hi Andreas, On Mon, Aug 08, 2022 at 01:44:08PM +0200, Andreas Schwab wrote: > Adds PT_RISCV_ATTRIBUTES, SHT_RISCV_ATTRIBUTES, PT_AARCH64_MEMTAG_MTE, > RELR definitions, LoongArch relocations. > > dwelf_elf_e_machine_string was updated to handle EM_LOONGARCH, and > ebl_dynamic_tag_name was updated

[PATCH] libelf: Sync elf.h from glibc

2022-08-08 Thread Andreas Schwab via Elfutils-devel
Adds PT_RISCV_ATTRIBUTES, SHT_RISCV_ATTRIBUTES, PT_AARCH64_MEMTAG_MTE, RELR definitions, LoongArch relocations. dwelf_elf_e_machine_string was updated to handle EM_LOONGARCH, and ebl_dynamic_tag_name was updated to handle the new RELR dynamic tags. Signed-off-by: Andreas Schwab --- libdwelf/Cha

Re: [PATCH] libelf: Sync elf.h from glibc

2018-04-23 Thread Mark Wielaard
On Thu, 2018-04-19 at 17:47 +0200, Andreas Schwab wrote: > +2018-04-19  Andreas Schwab   > + > + * elf.h: Update from glibc. Thanks. Pushed to master.

[PATCH] libelf: Sync elf.h from glibc

2018-04-19 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- libelf/ChangeLog | 4 +++ libelf/elf.h | 71 2 files changed, 63 insertions(+), 12 deletions(-) diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 62e8911654..ea2b9df884 100644 --- a/libelf/ChangeLog +++