>> In the meantime any comments are welcome. bfin fdpic build fails with error:
In file included from ldso/ldso/ldso.c:1432: ldso/ldso/dl-elf.c: In function '_dl_load_elf_shared_library': ldso/ldso/dl-elf.c:757: error: request for member 'map' in something not a structure or union e.g. tpnt->ppnt = (ElfW(Phdr) *) DL_RELOC_ADDR(tpnt->mapaddr, epnt->e_phoff); so epnt->e_phoff is an Elf32_Off and DL_RELOC_ADDR on fdpic tries: #define DL_RELOC_ADDR(LOADADDR, ADDR) ((ElfW(Addr))__reloc_pointer ((void*)(ADDR), (LOADADDR).map)) Stu _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
