freebsd-dev/libexec/rtld-elf/powerpc64
Konstantin Belousov 758ffbfa3b Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by:	kan
Discussed with:	bde
MFC after:	2 weeks
2012-03-22 14:20:51 +00:00
..
Makefile.inc
reloc.c Use xmalloc() instead of malloc() in the places where malloc() calls 2012-03-22 14:20:51 +00:00
rtld_machdep.h Add support for preinit, init and fini arrays. Some ABIs, in 2012-03-11 20:03:09 +00:00
rtld_start.S Turn off default generation of userland dot symbols on powerpc64 now that 2011-02-18 21:44:53 +00:00