[all-commits] [llvm/llvm-project] dab991: [yaml2obj][obj2yaml] - Add a support for SHT_ARM_E...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Sep 28 01:46:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dab991716483f2b80bf8dbf8e7ba26ba3d49855d
      https://github.com/llvm/llvm-project/commit/dab991716483f2b80bf8dbf8e7ba26ba3d49855d
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  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/ARM/unwind-non-relocatable.test
    A llvm/test/tools/obj2yaml/ELF/arm-exidx-section.yaml
    A llvm/test/tools/yaml2obj/ELF/arm-exidx-section.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [yaml2obj][obj2yaml] - Add a support for SHT_ARM_EXIDX section.

This adds the support for SHT_ARM_EXIDX sections to obj2yaml/yaml2obj tools.

SHT_ARM_EXIDX is a ARM specific index table filled with entries.
Each entry consists of two 4-bytes values (words).
(https://developer.arm.com/documentation/ihi0038/c/?lang=en#index-table-entries)

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




More information about the All-commits mailing list