[PATCH] D25627: [ELF] Allow linker script to use .got and .got.plt sections as inputs

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 16:15:15 PDT 2016


ruiu added a comment.

In what situation you would want to put both .got and .got.plt to a .got section? I mean, if you want to handle

  .got { *(.got) }

we can just ignore such commands.


Repository:
  rL LLVM

https://reviews.llvm.org/D25627





More information about the llvm-commits mailing list