On Mar 1, 2012 7:32 PM, "Henderson, Stuart" <[email protected]> wrote: > > Hi, > There appears to have been various changes made since 0.9.32 that assume DL_LOADADDR_TYPE is always a scalar, which isn't the case for fdpic. > > For instance: > dl-startup.c(DL_START) at line 281 checks: > if(load_addr) > > Further on at line 350, it casts a scalar to DL_LOADADDR_TYPE: > _dl_get_ready_to_run(tpnt, (DL_LOADADDR_TYPE) header, auxvt, envp, argv DL_GET_READY_TO_RUN_EXTRA_ARGS); > > There's other similar changes in other files, these are just two examples. Am I missing something obvious here or do these changes not make sense for fdpic?
You are right that they do not make sense, and Carmelo promised to fix fdpic support (not sure about the timeframe though). Patches are of course welcome. For fdpic, please use 0.9.32 until a 0.9.33.dot release reinstates it. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
