From owner-cvs-all Tue Sep 15 14:08:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03374 for cvs-all-outgoing; Tue, 15 Sep 1998 14:08:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03325; Tue, 15 Sep 1998 14:08:09 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA27966; Tue, 15 Sep 1998 14:07:52 -0700 (PDT) Date: Tue, 15 Sep 1998 14:07:52 -0700 (PDT) Message-Id: <199809152107.OAA27966@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-elf rtld.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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