Date: Tue, 15 Sep 1998 14:07:52 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <199809152107.OAA27966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/09/15 14:07:52 PDT Modified files: libexec/rtld-elf rtld.c Log: Make the pathname pointed to by the Obj_Entry structure for the dynamic linker itself dynamically allocated. All of them are supposed to be dynamically allocated, but we cheated before. It made gdb unhappy under some circumstances. Revision Changes Path 1.9 +11 -3 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809152107.OAA27966>