[lld] r268024 - [ELF][MIPS] Accept MIPS 64-bit binaries

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 22:40:01 PDT 2016


It is just the most trivial part. Additionally I need to support some
64-bit specific relocations and the crazy relocation record format
where multiple relocations packed into the same relocation record. I
have an early prototype. It looks like I will not have to touch too
much non-MIPS common code.

On Fri, Apr 29, 2016 at 8:45 PM, Rui Ueyama <ruiu at google.com> wrote:
> Nice, but is this everything? I wonder if you want to implement MIPS64
> relocations.
>
> On Fri, Apr 29, 2016 at 3:39 AM, Simon Atanasyan via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>>
>> Author: atanasyan
>> Date: Fri Apr 29 05:39:17 2016
>> New Revision: 268024
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=268024&view=rev
>> Log:
>> [ELF][MIPS] Accept MIPS 64-bit binaries
>>
>> LLD accepts MIPS 64-bit binaries, supports corresponding eulation (-m)
>> arguments and emits 64-bit specific ELF flags.

-- 
Simon Atanasyan


More information about the llvm-commits mailing list