Le 08/09/2026 à 08:33, Thomas Weißschuh a écrit :
Pick up changes from the UAPI ELF header files.
This picks up general changes to elf.h, elf-em.h which was forgotten
previously and the new elf-r.h.

Signed-off-by: Thomas Weißschuh <[email protected]>

---
Cc: Arnaldo Carvalho de Melo <[email protected]>
---
  tools/include/uapi/linux/elf-em.h |  71 ++++
  tools/include/uapi/linux/elf-r.h  | 696 ++++++++++++++++++++++++++++++++++++++
  tools/include/uapi/linux/elf.h    | 112 +++++-
  3 files changed, 868 insertions(+), 11 deletions(-)


diff --git a/tools/include/uapi/linux/elf.h b/tools/include/uapi/linux/elf.h
index 5834b83d7f9a..88bdcbb526c1 100644
--- a/tools/include/uapi/linux/elf.h
+++ b/tools/include/uapi/linux/elf.h

@@ -312,7 +323,7 @@ typedef struct elf64_phdr {
  #define SHN_ABS               0xfff1
  #define SHN_COMMON    0xfff2
  #define SHN_HIRESERVE 0xffff
-
+

Getting the following warning when applying this series with 'b4 shazam'.

/home/chleroy/linux-powerpc/.git/rebase-apply/patch:846: trailing whitespace.

Seems to come from here.

  typedef struct elf32_shdr {
    Elf32_Word  sh_name;
    Elf32_Word  sh_type;

Reply via email to