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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 21:19:10 PDT 2019


ychen added a comment.

In D63280#1549635 <https://reviews.llvm.org/D63280#1549635>, @MaskRay wrote:

> 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


Thanks. That's great to know! Once it is confirmed from GNU side, I will update the patch to reflect that.


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