[all-commits] [llvm/llvm-project] 3c840e: [MIPS] Recognize DT_MIPS_XHASH dynamic table tag

Simon Atanasyan via All-commits all-commits at lists.llvm.org
Wed Feb 23 05:06:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c840e3c00e910c47a3f61f755fdc402d51e9fb6
      https://github.com/llvm/llvm-project/commit/3c840e3c00e910c47a3f61f755fdc402d51e9fb6
  Author: Simon Atanasyan <simon at atanasyan.com>
  Date:   2022-02-23 (Wed, 23 Feb 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




More information about the All-commits mailing list