[all-commits] [llvm/llvm-project] a7aee6: [yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Thu Oct 31 02:37:19 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7aee6c47a1b12dd7d579b4f98d7049eb1e987ce
      https://github.com/llvm/llvm-project/commit/a7aee6c47a1b12dd7d579b4f98d7049eb1e987ce
  Author: georgerim <georgerim at gmail.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/test/tools/llvm-readobj/elf-section-types.test
    A llvm/test/tools/obj2yaml/elf-gnu-hash-section.yaml
    A llvm/test/tools/yaml2obj/elf-gnu-hash-section.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.

This adds parsing and dumping support for GNU hash sections.
They are described nicely here: https://blogs.oracle.com/solaris/gnu-hash-elf-sections-v2

Differential revision: https://reviews.llvm.org/D69399




More information about the All-commits mailing list