Skip to content
  1. Mar 17, 2017
  2. Mar 16, 2017
  3. Mar 15, 2017
  4. Mar 14, 2017
    • Rafael Espindola's avatar
      Don't create copy relocs or dummy plt's if given -z notext. · d3c22f08
      Rafael Espindola authored
      Being passed -z notext is a pretty strong indication that the user is
      OK with text relocations. This is not the same behavior as bfd, but
      bfd defaults to -z notext, so it has to try to avoid text relocations
      and use them as a last resort.
      
      llvm-svn: 297789
      d3c22f08
    • George Rimar's avatar
      [ELF] - Move members of LinkerScript to LinkerScriptBase. NFC. · a2a1ef1a
      George Rimar authored
      That moves all members that s possible to move for now (all which
      does not depend on ELFT templating).
      
      After that change LinkerScript contains only 8 methods in total,
      and I believe it is possible to move them all after tweaking other
      parts of linker. And we will be able to have single class for 
      linkerscript at the end.
      
      llvm-svn: 297735
      a2a1ef1a
Loading