[PATCH] D63280: [llvm-objdump] Use <first-symbol>-<offset> as the section start symbol

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 20:38:13 PDT 2019


MaskRay added a comment.

riscv-objdump appears to use STT_SECTION symbols to symbolize addresses, e.g.:

  Disassembly of section .plt:
  
  000027d0 <.plt>:
      27d0:       00011397                auipc   t2,0x11

x86-64 and some other may not. I need to dig into the details. I also filed a binutils-gdb bug about this https://sourceware.org/bugzilla/show_bug.cgi?id=24702


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63280/new/

https://reviews.llvm.org/D63280





More information about the llvm-commits mailing list