Roland McGrath writes: > > 1) __libc_free, __libc_malloc, __libc_realloc. > > These are not meant to be overridden by the user, so the reloc is > > unnecessary. > > Where do the references to these come from? They come from malloc.c itself. (Otherwise I couldn't have gotten rid of them by a patch that modifies only malloc.c.) Bruno