Message ID | 20200428221419.2530697-1-natechancellor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Allow ld.lld to link the MIPS VDSO | expand |
On Wed, Apr 29, 2020 at 12:14 AM Nathan Chancellor <natechancellor@gmail.com> wrote: > Patch 1 adds ld.lld support to Kconfig so that we can avoid certain > ld.bfd checks. > Is it possible to introduce and add LD_IS_BFD Kconfig for ld.bfd in this series? Most people agreed on this name AFAICS. What do people think? - Sedat -
On Wed, Apr 29, 2020 at 09:04:42AM +0200, Sedat Dilek wrote: > On Wed, Apr 29, 2020 at 12:14 AM Nathan Chancellor > <natechancellor@gmail.com> wrote: > > > Patch 1 adds ld.lld support to Kconfig so that we can avoid certain > > ld.bfd checks. > > > > Is it possible to introduce and add LD_IS_BFD Kconfig for ld.bfd in this series? > Most people agreed on this name AFAICS. > What do people think? > > - Sedat - What is the use case for LD_IS_BFD right now? I am not sure I see a reason to add a CONFIG value that won't see any immediate use. Cheers, Nathan
On Tue, Apr 28, 2020 at 03:14:14PM -0700, Nathan Chancellor wrote: > [..] > Please let me know if there are any issues! I found no issues in my tests. Is this the final state ? If yes, I'm going to apply it to mips-next. Thomas.
On Tue, May 12, 2020 at 10:05:09AM +0200, Thomas Bogendoerfer wrote: > On Tue, Apr 28, 2020 at 03:14:14PM -0700, Nathan Chancellor wrote: > > [..] > > Please let me know if there are any issues! > > I found no issues in my tests. Is this the final state ? If yes, I'm > going to apply it to mips-next. > > Thomas. > > -- > Crap can work. Given enough thrust pigs will fly, but it's not necessarily a > good idea. [ RFC1925, 2.3 ] Maciej seemed to have some issue with the way I worded the commit message of patch 4 but I have not heard anything back about my suggestion and Fangrui commented that --eh-frame-hdr might not be necessary but if everything works fine for you with this version, I am not inclined to touch it. If you feel this is good to go, I am happy to let it go in. Thanks for accepting it! Cheers, Nathan
On Tue, May 12, 2020 at 01:28:43AM -0700, Nathan Chancellor wrote: > On Tue, May 12, 2020 at 10:05:09AM +0200, Thomas Bogendoerfer wrote: > > On Tue, Apr 28, 2020 at 03:14:14PM -0700, Nathan Chancellor wrote: > > > [..] > > > Please let me know if there are any issues! > > > > I found no issues in my tests. Is this the final state ? If yes, I'm > > going to apply it to mips-next. > > > > Thomas. > > > > -- > > Crap can work. Given enough thrust pigs will fly, but it's not necessarily a > > good idea. [ RFC1925, 2.3 ] > > Maciej seemed to have some issue with the way I worded the commit > message of patch 4 but I have not heard anything back about my > suggestion and Fangrui commented that --eh-frame-hdr might not be > necessary but if everything works fine for you with this version, I > am not inclined to touch it. > > If you feel this is good to go, I am happy to let it go in. Thanks for > accepting it! applied to mips-next. Thomas.