[all-commits] [llvm/llvm-project] 4c9110: [MIPS] Recognize DT_MIPS_XHASH dynamic table tag

Simon Atanasyan via All-commits all-commits at lists.llvm.org
Tue Mar 1 16:47:21 PST 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c9110a5f37b99d831887ebc1365cec7c3281f36
      https://github.com/llvm/llvm-project/commit/4c9110a5f37b99d831887ebc1365cec7c3281f36
  Author: Simon Atanasyan <simon at atanasyan.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/DynamicTags.def
    M llvm/test/tools/llvm-objdump/ELF/dynamic-section-machine-specific.test
    M llvm/test/tools/llvm-readobj/ELF/dynamic-tags-machine-specific.test
    M llvm/test/tools/obj2yaml/ELF/dynamic-section-arch-tags.yaml
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [MIPS] Recognize DT_MIPS_XHASH dynamic table tag

LLVM tools do not emit `DT_MIPS_XHASH` dynamic table tag. But now
`llvm-objdump` and `llvm-readelf` recognize this tag and print it.

Fixes https://github.com/llvm/llvm-project/issues/53996

(cherry picked from commit 3c840e3c00e910c47a3f61f755fdc402d51e9fb6)




More information about the All-commits mailing list