Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 15 Nov 2015 23:05:55 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: undef SHARED, and refactoring dynlink.c

On Sat, Nov 14, 2015 at 07:49:42PM -0500, Rich Felker wrote:
> As part of the same project, since the dlstart.c code does not belong
> in libc.a and thus not in src/*, I'd like to move it to crt/rcrt1.c,
> and then have ldso/dlstart.c include ../crt/rcrt1.c, with some macros
> defined to adapt it to act as the dynamic linker entry point. This
> reverses the current direction of inclusion and makes the preprocessor
> logic less messy, I think.

I'll probably omit this change. I tried it and it didn't simplify
anything and perhaps made some of the preprocessor logic uglier.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.