Displaying 7 results from an estimated 7 matches for "mips_frob_file".
2012 Mar 19
2
[LLVMdev] Sorting relocation entries
...IPS_HI16 and R_MIPS_GOT16 must be followed immediately by a
R_MIPS_LO16). When I enable post RA scheduling, some of the
restrictions are violated in the generated object code, which results
in incorrect relocation values generated by the linker.
I am considering imitating what gas does in function mips_frob_file
(line 15522 of tc-mips.c) to fix this problem:
http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
Are there any other targets that have similar restrictions or requirements?
2012 Mar 21
0
[LLVMdev] Sorting relocation entries
...must be followed immediately by a
> R_MIPS_LO16). When I enable post RA scheduling, some of the
> restrictions are violated in the generated object code, which results
> in incorrect relocation values generated by the linker.
>
> I am considering imitating what gas does in function mips_frob_file
> (line 15522 of tc-mips.c) to fix this problem:
>
> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>
> Are there any other targets that have similar restrictions or requirements?
> _______________________________________________
> LLVM Developers mailing...
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
...mmediately by a
>> R_MIPS_LO16). When I enable post RA scheduling, some of the
>> restrictions are violated in the generated object code, which results
>> in incorrect relocation values generated by the linker.
>>
>> I am considering imitating what gas does in function mips_frob_file
>> (line 15522 of tc-mips.c) to fix this problem:
>>
>> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>>
>> Are there any other targets that have similar restrictions or requirements?
>> _______________________________________________
>>...
2012 Mar 22
0
[LLVMdev] Sorting relocation entries
...>> R_MIPS_LO16). When I enable post RA scheduling, some of the
>>> restrictions are violated in the generated object code, which results
>>> in incorrect relocation values generated by the linker.
>>>
>>> I am considering imitating what gas does in function mips_frob_file
>>> (line 15522 of tc-mips.c) to fix this problem:
>>>
>>> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>>>
>>> Are there any other targets that have similar restrictions or requirements?
>>> _______________________________...
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
...O16). When I enable post RA scheduling, some of the
>>>> restrictions are violated in the generated object code, which results
>>>> in incorrect relocation values generated by the linker.
>>>>
>>>> I am considering imitating what gas does in function mips_frob_file
>>>> (line 15522 of tc-mips.c) to fix this problem:
>>>>
>>>> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>>>>
>>>> Are there any other targets that have similar restrictions or requirements?
>>>> _____...
2012 Mar 23
0
[LLVMdev] Sorting relocation entries
...able post RA scheduling, some of the
>>>>> restrictions are violated in the generated object code, which results
>>>>> in incorrect relocation values generated by the linker.
>>>>>
>>>>> I am considering imitating what gas does in function mips_frob_file
>>>>> (line 15522 of tc-mips.c) to fix this problem:
>>>>>
>>>>> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>>>>>
>>>>> Are there any other targets that have similar restrictions or requirements?
>...
2012 Mar 23
1
[LLVMdev] Sorting relocation entries
...duling, some of the
>>>>>> restrictions are violated in the generated object code, which results
>>>>>> in incorrect relocation values generated by the linker.
>>>>>>
>>>>>> I am considering imitating what gas does in function mips_frob_file
>>>>>> (line 15522 of tc-mips.c) to fix this problem:
>>>>>>
>>>>>> http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c
>>>>>>
>>>>>> Are there any other targets that have similar restrictions...