[Mips] Do not put the .reginfo section into the separate segment
authorSimon Atanasyan <simon@atanasyan.com>
Sun, 31 May 2015 20:37:13 +0000 (20:37 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sun, 31 May 2015 20:37:13 +0000 (20:37 +0000)
commit2944e4a43d7c8cc403d01b7f6c33e11c8481bd3a
tree7862a5f981ddf8b8afa38381efefe781e8ede65f
parentc140b41c39f7a5441ec07667484aa83f908cd0e8
[Mips] Do not put the .reginfo section into the separate segment

The .reginfo should not belong to the separate segment if there is
a .MIPS.abiflags section.

llvm-svn: 238688
lld/lib/ReaderWriter/ELF/Mips/MipsAbiInfoHandler.h
lld/lib/ReaderWriter/ELF/Mips/MipsTargetHandler.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsTargetHandler.h
lld/lib/ReaderWriter/ELF/Mips/MipsTargetLayout.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsTargetLayout.h
lld/test/elf/Mips/abi-flags-10.test [new file with mode: 0644]
lld/test/elf/Mips/abi-flags-11.test [new file with mode: 0644]
lld/test/elf/Mips/reginfo-02.test