mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* elf/Makefile ($(objpfx)librtld.os): Create link map also for final build to ease quality control.
This commit is contained in:
parent
8d04a97cd8
commit
5896ffa882
@ -1,5 +1,8 @@
|
||||
2003-09-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/Makefile ($(objpfx)librtld.os): Create link map also for
|
||||
final build to ease quality control.
|
||||
|
||||
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): If compiled for
|
||||
ld.so, don't include NULL buffer pointer handling.
|
||||
|
||||
|
@ -247,10 +247,11 @@ $(objpfx)librtld.mk: $(objpfx)librtld.map Makefile
|
||||
$(objpfx)rtld-libc.a: $(objpfx)librtld.mk FORCE
|
||||
$(MAKE) -f $< -f rtld-Rules
|
||||
|
||||
generated += librtld.map librtld.mk rtld-libc.a
|
||||
|
||||
$(objpfx)librtld.os: $(objpfx)dl-allobjs.os $(objpfx)rtld-libc.a
|
||||
$(LINK.o) -nostdlib -nostartfiles -r -o $@ '-Wl,-(' $^ -lgcc '-Wl,-)'
|
||||
$(LINK.o) -nostdlib -nostartfiles -r -o $@ '-Wl,-(' $^ -lgcc '-Wl,-)' \
|
||||
-Wl,-Map,$@.map
|
||||
|
||||
generated += librtld.map librtld.mk rtld-libc.a librtld.os.map
|
||||
|
||||
$(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
|
||||
@rm -f $@.lds
|
||||
|
Loading…
Reference in New Issue
Block a user