From 70709408336e483de74947eb53e9ba01ef4ab140 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 10 Feb 2004 09:26:57 +0000 Subject: Rework file naming, aiming for at least a vague level of consistancy --- ldso/libdl/libdl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ldso/libdl/libdl.c') diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index babcbc9c0..f7411cd25 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -80,10 +80,10 @@ char *_dl_library_path = 0; char *_dl_ldsopath = 0; struct r_debug *_dl_debug_addr = NULL; static unsigned char *_dl_malloc_addr, *_dl_mmap_zero; -#include "../ldso/_dl_progname.h" /* Pull in the name of ld.so */ -#include "../ldso/hash.c" +#include "../ldso/dl-progname.h" /* Pull in the name of ld.so */ +#include "../ldso/dl-hash.c" #define _dl_trace_loaded_objects 0 -#include "../ldso/readelflib1.c" +#include "../ldso/dl-elf.c" void *(*_dl_malloc_function) (size_t size); int _dl_fixup(struct dyn_elf *rpnt, int lazy); #endif -- cgit v1.2.3