On Mon, Jul 11, 2016 at 9:13 AM, Waldemar Brodkorb wbx@uclibc-ng.org wrote:
Max Filippov wrote,
On Sun, Jul 10, 2016 at 9:25 AM, Waldemar Brodkorb wbx@uclibc-ng.org wrote:
I want to add following cleanup patch. No regressions found.
Okay? Comments?
The following looks either broken or unused in the current code, given there's no matching PTR_MANGLE:
Right. Is SHARED defined via gcc?
I think it comes from the following line in the Makerules:
CFLAGS-.oS+=$(PICFLAG) -DSHARED
I think normally #ifdef __PIC__ is used for this?
Does that work for FDPIC or shared FLAT?
Do you plan for syncing with glibc in the future?
Not really. I will do partially sync architecture specific bits and bytes. But no bigger sync is planned.
Ok. Reviewed-by: Max Filippov jcmvbkbc@gmail.com