[PATCH] D48405: [ELF] Put .rodata before .text even if --no-rosegment or SECTIONS command is used

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 09:40:36 PDT 2018


MaskRay updated this revision to Diff 152327.
MaskRay added a comment.

update _gp in mips-gp-ext.s


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48405

Files:
  ELF/Writer.cpp
  test/ELF/aarch64-thunk-pi.s
  test/ELF/arm-exidx-order.s
  test/ELF/arm-exidx-sentinel-orphan.s
  test/ELF/arm-plt-reloc.s
  test/ELF/eh-frame-padding-no-rosegment.s
  test/ELF/i386-retpoline-nopic-linkerscript.s
  test/ELF/i386-retpoline-pic-linkerscript.s
  test/ELF/linkerscript/addr-zero.test
  test/ELF/linkerscript/data-commands-gc.s
  test/ELF/linkerscript/dot-is-not-abs.s
  test/ELF/linkerscript/expr-sections.test
  test/ELF/linkerscript/implicit-program-header.test
  test/ELF/linkerscript/locationcountererr2.s
  test/ELF/linkerscript/map-file2.test
  test/ELF/linkerscript/no-space.s
  test/ELF/linkerscript/non-absolute.s
  test/ELF/linkerscript/non-absolute2.test
  test/ELF/linkerscript/non-alloc.s
  test/ELF/linkerscript/orphan-first-cmd.test
  test/ELF/linkerscript/out-of-order.s
  test/ELF/linkerscript/section-metadata.s
  test/ELF/linkerscript/section-metadata2.s
  test/ELF/linkerscript/sections-keep.s
  test/ELF/linkerscript/sections-sort.s
  test/ELF/linkerscript/sort-non-script.s
  test/ELF/linkerscript/synthetic-symbols4.test
  test/ELF/linkerscript/unused-synthetic.s
  test/ELF/linkerscript/va.s
  test/ELF/mips-gp-ext.s
  test/ELF/sort-norosegment.s
  test/ELF/synthetic-got.s
  test/ELF/x86-64-retpoline-linkerscript.s
  test/ELF/x86-64-retpoline-znow-linkerscript.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48405.152327.patch
Type: text/x-patch
Size: 43120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/53a52c31/attachment.bin>


More information about the llvm-commits mailing list