I noticed these when running bootstrap: Notice from module malloc: This module is obsolete. Use the module 'malloc-gnu' instead. Notice from module realloc: This module is obsolete. Use the module 'realloc-gnu' instead.
For malloc and realloc perhaps we need to decide whether the code should be written against GNU malloc or POSIX malloc. Thoughts? If we decide for POSIX, we should use the malloc-posix module, or we chose the GNU way we use the malloc-gnu module. In practice, the choice rarely matters, and supporting POSIX behaviour is usually not hard and may save some code size somewhere, but I don't care strongly. /Simon
