From: Andreas Schwab Date: Wed, 10 Aug 2022 08:52:42 +0000 (+0200) Subject: readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTES X-Git-Tag: elfutils-0.188~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b713edb9a7f3da8e4dd28ac69a1665ed493ca504;p=thirdparty%2Felfutils.git readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTES Signed-off-by: Andreas Schwab --- diff --git a/src/ChangeLog b/src/ChangeLog index fbcef29e3..88db40511 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2022-08-10 Andreas Schwab + + * readelf.c (print_attributes): Also handle SHT_RISCV_ATTRIBUTES. + 2022-08-09 Andreas Schwab * elflint.c (check_program_header): Don't complain about p_filesz diff --git a/src/readelf.c b/src/readelf.c index f1f77ce81..1a10fd01e 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -3672,7 +3672,9 @@ print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr) && (shdr->sh_type != SHT_ARM_ATTRIBUTES || ehdr->e_machine != EM_ARM) && (shdr->sh_type != SHT_CSKY_ATTRIBUTES - || ehdr->e_machine != EM_CSKY))) + || ehdr->e_machine != EM_CSKY) + && (shdr->sh_type != SHT_RISCV_ATTRIBUTES + || ehdr->e_machine != EM_RISCV))) continue; printf (_("\