Displaying 4 results from an estimated 4 matches for "n1629".
Did you mean:
1629
2017 May 16
5
[lld][ELF] Add option to make .dynamic read only
...ice optimization to share
the .dynamic section of an application where possible. In particular we
would like to have this option for Fuchsia. Other dynamic linkers, like
musl, already have some support for this on non-MIPS targets as seen here:
http://git.musl-libc.org/cgit/musl/tree/ldso/dynlink.c#n1629. In particular
the DT_DEBUG_INDIRECT entry is recognized.
This change would refactor code that already exists for MIPS specific
.dynamic sections and make them available to other targets. Mostly this
would just require renaming some things and moving a few lines around. The
biggest part of this ch...
2017 May 17
2
[lld][ELF] Add option to make .dynamic read only
...he .dynamic section of an application where possible. In particular we
>> would like to have this option for Fuchsia. Other dynamic linkers, like
>> musl, already have some support for this on non-MIPS targets as seen here:
>> http://git.musl-libc.org/cgit/musl/tree/ldso/dynlink.c#n1629. In
>> particular the DT_DEBUG_INDIRECT entry is recognized.
>>
>> This change would refactor code that already exists for MIPS specific
>> .dynamic sections and make them available to other targets. Mostly this
>> would just require renaming some things and moving a f...
2017 May 17
2
[lld][ELF] Add option to make .dynamic read only
...n application where possible. In particular we
>>>> would like to have this option for Fuchsia. Other dynamic linkers, like
>>>> musl, already have some support for this on non-MIPS targets as seen here:
>>>> http://git.musl-libc.org/cgit/musl/tree/ldso/dynlink.c#n1629. In
>>>> particular the DT_DEBUG_INDIRECT entry is recognized.
>>>>
>>>> This change would refactor code that already exists for MIPS specific
>>>> .dynamic sections and make them available to other targets. Mostly this
>>>> would just req...
2017 May 17
3
[lld][ELF] Add option to make .dynamic read only
...ible. In particular we
>>>>>> would like to have this option for Fuchsia. Other dynamic linkers, like
>>>>>> musl, already have some support for this on non-MIPS targets as seen here:
>>>>>> http://git.musl-libc.org/cgit/musl/tree/ldso/dynlink.c#n1629. In
>>>>>> particular the DT_DEBUG_INDIRECT entry is recognized.
>>>>>>
>>>>>> This change would refactor code that already exists for MIPS specific
>>>>>> .dynamic sections and make them available to other targets. Mostly this...