]> sourceware.org Git - glibc.git/blame - elf/Makefile
Update.
[glibc.git] / elf / Makefile
CommitLineData
19cf43be 1# Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
01cc0be6
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
5# modify it under the terms of the GNU Library General Public License as
6# published by the Free Software Foundation; either version 2 of the
7# License, or (at your option) any later version.
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12# Library General Public License for more details.
13
14# You should have received a copy of the GNU Library General Public
afd4eb37
UD
15# License along with the GNU C Library; see the file COPYING.LIB. If not,
16# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17# Boston, MA 02111-1307, USA.
01cc0be6 18
3db52d94
UD
19# Makefile for elf subdirectory of GNU C Library.
20
d66e34cd
RM
21subdir := elf
22
019e7a64 23headers = elf.h bits/elfclass.h link.h
cddcfecf 24routines = $(dl-routines) dl-open dl-close dl-symbol dl-support \
94e365c6 25 dl-addr enbl-secure dl-profstub dl-origin dl-libc dl-sym
266180eb
RM
26
27# The core dynamic linking functions are in libc for the static and
28# profiled libraries.
f18edac3 29dl-routines = $(addprefix dl-,load cache lookup object reloc deps \
3996f34b 30 runtime error init fini debug misc \
d7926ed9 31 version profile)
266180eb 32# But they are absent from the shared libc, because that code is in ld.so.
e27b79d3 33elide-routines.os = $(dl-routines) dl-support enbl-secure
266180eb
RM
34
35# ld.so uses those routines, plus some special stuff for being the program
36# interpreter and operating independent of libc.
e27b79d3 37rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
94e365c6 38distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
b3ed8219 39 dl-cache.h dl-hash.h soinit.c sofini.c ldd.bash.in \
94e365c6
UD
40 genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
41 dl-librecon.h interp.c sln.c dl-dst.h hp-timing.h \
c77ec56d 42 do-lookup.h dl-lookupcfg.h sprof.c gen-trusted-dirs.awk \
94e365c6 43 testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
591e1ffb 44 testobj6.c testobj1_1.c failobj.c \
84ddc586 45 ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
afa0569f
UD
46 dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h \
47 vismain.c vismod1.c vismod2.c vismod3.c \
48 constload2.c constload3.c
d66e34cd 49
05f732b3
UD
50include ../Makeconfig
51
40c4c9b5
UD
52before-compile = $(objpfx)trusted-dirs.h
53generated := trusted-dirs.h trusted-dirs.st
fd26970f 54
bdd421cc 55ifeq ($(versioning),yes)
a0edd63e 56ld-map = $(common-objpfx)ld.map
bdd421cc
UD
57endif
58
d66e34cd 59ifeq (yes,$(build-shared))
94e365c6 60extra-objs = $(rtld-routines:=.os) soinit.os sofini.os interp.os
40c4c9b5 61generated += librtld.os dl-allobjs.os ld.so ldd
8d57beea 62install-others = $(inst_slibdir)/$(rtld-installed-name)
b122c703 63install-bin = ldd
f49bc43f 64endif
86d2c878 65
9d141cae 66others = sprof sln
ea278354 67install-bin += sprof
9d141cae
UD
68others-static = sln
69install-rootsbin = sln
ae828bc6 70
591e1ffb 71ifeq (yes,$(use-ldconfig))
99ac5e47 72ifeq (yes,$(build-shared))
e1586792 73others-static += ldconfig
da2d1bc5 74others += ldconfig
9d141cae 75install-rootsbin += ldconfig
591e1ffb
UD
76
77ldconfig-modules := cache readlib xmalloc xstrdup
78extra-objs += $(ldconfig-modules:=.o)
79
80# To find xmalloc.c and xstrdup.c
81vpath %.c ../locale/programs
82
99ac5e47 83endif
1ef32c3d
UD
84endif
85
2f512715 86ifeq (yes,$(build-shared))
19cf43be 87tests = loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
fcacb36a 88 constload1 order $(tests-vis-$(have-protected)) noload filter \
2f54c82d
UD
89 $(tests-nodelete-$(have-z-nodelete)) \
90 $(tests-nodlopen-$(have-z-nodlopen))
c1025c19 91tests-vis-yes = vismain
0fb7851f 92tests-nodelete-yes = nodelete
2f54c82d 93tests-nodlopen-yes = nodlopen
2f512715 94endif
a25f2023 95modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
84ddc586 96 testobj1_1 failobj constload2 constload3 \
0fb7851f 97 dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) \
2f54c82d 98 $(modules-nodelete-$(have-z-nodelete)) \
fcacb36a 99 $(modules-nodlopen-$(have-z-nodlopen)) filtmod1 filtmod2
c1025c19 100modules-vis-yes = vismod1 vismod2 vismod3
2cb8cefb 101modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4
2f54c82d 102modules-nodlopen-yes = nodlopenmod
9b014809 103extra-objs += $(addsuffix .os,$(strip $(modules-names)))
482eec0d 104
01cc0be6 105include ../Rules
d66e34cd 106
1ef32c3d 107ifeq (yes,$(build-shared))
a89d30d4
RM
108# Make sure these things are built in the `make lib' pass so they can be used
109# to run programs during the `make others' pass.
110lib-noranlib: $(objpfx)$(rtld-installed-name) \
111 $(addprefix $(objpfx),$(extra-objs))
112endif
113
db2286f6
RM
114# Command to link into a larger single relocatable object.
115reloc-link = $(LINK.o) -nostdlib -nostartfiles -r -o $@
116
40a55d20 117$(objpfx)dl-allobjs.os: $(rtld-routines:%=$(objpfx)%.os)
db2286f6
RM
118 $(reloc-link) $^
119
86d2c878 120# Link together the dynamic linker into a single relocatable object.
40a55d20 121$(objpfx)librtld.os: $(objpfx)dl-allobjs.os $(common-objpfx)libc_pic.a
db2286f6 122 $(reloc-link) '-Wl,-(' $^ -lgcc '-Wl,-)'
d66e34cd 123
f21acc89
UD
124# Do we need a linker script?
125rtld-ldscript-in := $(firstword $(wildcard $(+sysdep_dirs:%=%/rtld-ldscript.in)))
14ea22e9 126
f21acc89 127ifneq (,$(rtld-ldscript-in))
880f421f
UD
128rtld-ldscript = $(objpfx)rtld-ldscript
129generated += rtld-ldscript
130
131LDFLAGS-rtld = -T $(rtld-ldscript)
132before-compile += $(rtld-ldscript)
f21acc89 133
f21acc89
UD
134rtld-parms = $(wildcard $(+sysdep_dirs:%=%/rtld-parms))
135include $(rtld-parms)
880f421f
UD
136
137$(rtld-ldscript): $(rtld-ldscript-in) $(rtld-parms)
f21acc89
UD
138 sed -e 's#@@rtld-oformat@@#$(rtld-oformat)#' \
139 -e 's#@@rtld-arch@@#$(rtld-arch)#' \
140 -e 's#@@rtld-entry@@#$(rtld-entry)#' \
141 -e 's#@@rtld-base@@#$(rtld-base)#' $< >$@
880f421f 142endif
f21acc89 143
2f444823 144$(objpfx)ld.so: $(objpfx)librtld.os $(rtld-ldscript) $(ld-map)
7ef90c15
UD
145 $(LINK.o) -nostdlib -nostartfiles -shared -o $@ $(LDFLAGS-rtld) \
146 $(filter-out $(rtld-ldscript) $(map-file),$^) \
147 $(load-map-file) -Wl,-soname=$(rtld-installed-name)
266180eb 148
c7562c74
UD
149# interp.c exists just to get this string into the libraries.
150CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"'
151
1ef32c3d 152ifneq (ld.so,$(rtld-installed-name))
afd4eb37 153# Make sure ld.so.1 exists in the build directory so we can link
852fc4b9
RM
154# against it.
155$(objpfx)$(rtld-installed-name): $(objpfx)ld.so
156 rm -f $@
f332db02 157 ln -s $(<F) $@
da2d1bc5 158generated += $(rtld-installed-name)
852fc4b9
RM
159endif
160
fd26970f
UD
161# Build a file mentioning all trustworthy directories to look for shared
162# libraries when using LD_LIBRARY_PATH in a setuid program. The user can
163# add directories to the list by defining $(user-defined-trusted-dirs)
164# before starting make.
6598ac30
UD
165$(objpfx)trusted-dirs.h: $(objpfx)trusted-dirs.st; @:
166$(objpfx)trusted-dirs.st: Makefile $(..)Makeconfig
1ef32c3d 167 $(make-target-directory)
ab7eb292
UD
168 echo "$(subst :, ,$(default-rpath) $(user-defined-trusted-dirs))" \
169 | $(AWK) -f gen-trusted-dirs.awk > ${@:st=T};
6598ac30
UD
170 $(move-if-change) ${@:st=T} ${@:st=h}
171 touch $@
9afc8a59 172CPPFLAGS-dl-load.c = -I$(objpfx).
86d2c878 173
9f2a9248 174ifeq (yes,$(build-shared))
73237de3 175$(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
460adbb8
UD
176 $(make-target-directory)
177 $(INSTALL_PROGRAM) $< $@.new
1ef32c3d 178
8d57beea 179$(inst_slibdir)/$(rtld-installed-name): \
460adbb8
UD
180 $(inst_slibdir)/$(rtld-version-installed-name) \
181 $(inst_slibdir)/libc-$(version).so
182 rm -f $@ $<
183 $(symbolic-link-prog) $<.new $@
184 ln $<.new $<
185 rm -f $@
186 $(symbolic-link-prog) $(<F) $@
187 rm -f $<.new
b122c703 188
5148d49f
UD
189# Special target called by parent to install just the dynamic linker.
190.PHONY: ldso_install
191ldso_install: $(inst_slibdir)/$(rtld-installed-name)
9f2a9248 192endif
5148d49f 193
cb343854 194
926e512f
RM
195common-ldd-rewrite = -e 's%@RTLD@%$(slibdir)/$(rtld-installed-name)%g' \
196 -e 's%@VERSION@%$(version)%g'
1ddf537f 197sh-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%/bin/sh%g;s/\$$"/"/g'
926e512f 198bash-ldd-rewrite = $(common-ldd-rewrite) -e 's%@BASH@%$(BASH)%g' \
4a33c2f5 199 -e 's%@TEXTDOMAINDIR@%$(msgcatdir)%g'
cb343854 200
84384f5b 201ifneq ($(have-bash2),yes)
cb343854 202ldd-shell = sh
e2102c14
UD
203else
204ldd-shell = bash
cb343854
UD
205endif
206
207ifeq ($(ldd-rewrite-script),no)
208define gen-ldd
209sed $($(ldd-shell)-ldd-rewrite) < $< > $@.new
210endef
84384f5b 211else
cb343854
UD
212define gen-ldd
213sed $($(ldd-shell)-ldd-rewrite) < $< | sed -f $(ldd-rewrite-script) > $@.new
214endef
215endif
216
926e512f 217$(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \
ee74a442 218 $(common-objpfx)config.make
cb343854 219 $(gen-ldd)
84384f5b
UD
220 chmod 555 $@.new
221 mv -f $@.new $@
cb343854 222
aaff4ba9 223$(objpfx)sprof: $(libdl)
94e365c6 224
591e1ffb 225$(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
8ca91b36
UD
226SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
227CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' -D'SLIBDIR="$(slibdir)"'
228CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
229CFLAGS-cache.c = $(SYSCONF-FLAGS)
591e1ffb 230
9b014809
UD
231test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
232generated += $(addsuffix .so,$(strip $(modules-names)))
482eec0d 233
aaff4ba9
UD
234$(objpfx)testobj1.so: $(libdl)
235$(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)
236$(objpfx)testobj2.so: $(objpfx)testobj1.so $(libdl)
237$(objpfx)testobj3.so: $(libdl)
238$(objpfx)testobj4.so: $(libdl)
239$(objpfx)testobj5.so: $(libdl)
240$(objpfx)testobj6.so: $(libdl)
e18db2b0 241$(objpfx)failobj.so: $(objpfx)testobj6.so
84ddc586
UD
242$(objpfx)dep1.so: $(objpfx)dep2.so $(objpfx)dep4.so
243$(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
244$(objpfx)dep4.so: $(objpfx)dep3.so
2cb8cefb 245$(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
482eec0d 246
fe60f764 247$(test-modules): $(objpfx)%.so: $(objpfx)%.os
482eec0d
UD
248 $(build-module)
249
aaff4ba9 250$(objpfx)loadtest: $(libdl)
482eec0d
UD
251LDFLAGS-loadtest = -rdynamic
252
253$(objpfx)loadtest.out: $(test-modules)
6bd06384 254
aaff4ba9 255$(objpfx)restest1: $(objpfx)testobj1.so $(objpfx)testobj1_1.so $(libdl)
e18db2b0 256LDFLAGS-restest1 = -rdynamic
6bd06384
UD
257
258$(objpfx)restest1.out: $(test-modules)
3d91edb2 259
e18db2b0 260preloadtest-preloads = testobj1 testobj2 testobj3 testobj4 testobj5
10584d2e 261$(objpfx)preloadtest: $(objpfx)testobj6.so
10584d2e 262LDFLAGS-preloadtest = -rdynamic
e18db2b0
UD
263$(objpfx)preloadtest.out: $(preloadtest-preloads:%=$(objpfx)%.so)
264preloadtest-ENV = \
265 LD_PRELOAD=$(subst $(empty) ,:,$(strip $(preloadtest-preloads:=.so)))
1e262312 266
aaff4ba9 267$(objpfx)loadfail: $(libdl)
1e262312
UD
268LDFLAGS-loadfail = -rdynamic
269
61e0617a
UD
270$(objpfx)loadfail.out: $(objpfx)failobj.so
271
272$(objpfx)multiload: $(libdl)
273LDFLAGS-multiload = -rdynamic
9df54168 274CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\"
61e0617a
UD
275
276$(objpfx)multiload.out: $(objpfx)testobj1.so
dc5efe83
UD
277
278$(objpfx)origtest: $(libdl)
394679eb 279LDFLAGS-origtest = -rdynamic
dc5efe83 280$(objpfx)origtest.out: $(objpfx)testobj1.so
ff5fad16
UD
281
282ifeq ($(have-thread-library),yes)
283$(objpfx)resolvfail: $(libdl) $(shared-thread-library)
284else
285$(objpfx)resolvfail: $(libdl)
286endif
19cf43be
UD
287
288$(objpfx)constload1: $(libdl)
289$(objpfx)constload1.out: $(objpfx)constload2.so $(objpfx)constload3.so
84ddc586
UD
290
291$(objpfx)order: $(addprefix $(objpfx),dep4.so dep3.so dep2.so dep1.so)
292
293$(objpfx)order.out: $(objpfx)order
294 $(elf-objpfx)$(rtld-installed-name) \
295 --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
296 $(objpfx)order > $@
297 (echo "0123456789" | cmp $@ -) > /dev/null
c1025c19
UD
298
299$(objpfx)vismain: $(addprefix $(objpfx),vismod1.so vismod2.so)
300$(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so)
301vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so)
5e61ef88
UD
302
303$(objpfx)noload: $(objpfx)testobj1.so
304LDFLAGS-noload = -rdynamic
305$(objpfx)noload.out: $(objpfx)testobj5.so
0fb7851f
UD
306
307LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
2cb8cefb 308LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
0fb7851f 309$(objpfx)nodelete: $(libdl)
2cb8cefb
UD
310$(objpfx)nodelete.out: $(objpfx)nodelmod1.so $(objpfx)nodelmod2.so \
311 $(objpfx)nodelmod3.so
2f54c82d
UD
312
313LDFLAGS-nodlopenmod.so = -Wl,--enable-new-dtags,-z,nodlopen
314$(objpfx)nodlopen: $(libdl)
315$(objpfx)nodlopen.out: $(objpfx)nodlopenmod.so
fcacb36a 316
137bca87
UD
317$(objpfx)filtmod1.so: $(objpfx)filtmod1.os $(objpfx)filtmod2.so
318 $(LINK.o) -shared -o $@ -B$(csu-objpfx) $(LDFLAGS.so) \
319 -L$(subst :, -L,$(rpath-link)) \
320 -Wl,-rpath-link=$(rpath-link) \
321 $< -Wl,-F,$(objpfx)filtmod2.so
fcacb36a 322$(objpfx)filter: $(objpfx)filtmod1.so
This page took 0.163886 seconds and 5 git commands to generate.