mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
* Makeconfig (rtld-installed-name): Set to ld.so.1.
* sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): Variable removed. * manual/Makefile (glibc-targets): Remove subdir_ from elts. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_read_whole_file): New fn.
This commit is contained in:
parent
2d3bbb8c67
commit
391763e755
@ -1,5 +1,13 @@
|
|||||||
Sun Jul 14 01:51:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
Sun Jul 14 01:51:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* Makeconfig (rtld-installed-name): Set to ld.so.1.
|
||||||
|
* sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): Variable
|
||||||
|
removed.
|
||||||
|
|
||||||
|
* manual/Makefile (glibc-targets): Remove subdir_ from elts.
|
||||||
|
|
||||||
|
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_read_whole_file): New fn.
|
||||||
|
|
||||||
* MakeTAGS (extract): Pass --add-comments=TRANS.
|
* MakeTAGS (extract): Pass --add-comments=TRANS.
|
||||||
* sysdeps/gnu/errlist.awk: Write comments into the output with the
|
* sysdeps/gnu/errlist.awk: Write comments into the output with the
|
||||||
descriptive paragraphs from the manual preceded by TRANS.
|
descriptive paragraphs from the manual preceded by TRANS.
|
||||||
|
@ -346,8 +346,11 @@ elf-objpfx = $(..)elf/
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
|
# The name under which the run-time dynamic linker is installed.
|
||||||
|
# We are currently going for the convention that `/lib/ld.so.1'
|
||||||
|
# names the SVR4/ELF ABI-compliant dynamic linker.
|
||||||
ifndef rtld-installed-name
|
ifndef rtld-installed-name
|
||||||
rtld-installed-name = ld.so
|
rtld-installed-name = ld.so.1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -153,8 +153,10 @@ subdir_%: ;
|
|||||||
|
|
||||||
# These are targets that each glibc subdirectory is expected to understand.
|
# These are targets that each glibc subdirectory is expected to understand.
|
||||||
# ../Rules defines them for code subdirectories; for us, they are no-ops.
|
# ../Rules defines them for code subdirectories; for us, they are no-ops.
|
||||||
glibc-targets := subdir_lib objects objs others tests subdir_lint.out \
|
# None of these should be `subdir_TARGET'; those targets are transformed
|
||||||
subdir_echo-headers subdir_echo-distinfo stubs
|
# by the implicit rule above into `TARGET' deps.
|
||||||
|
glibc-targets := lib objects objs others tests lint.out \
|
||||||
|
echo-headers echo-distinfo stubs
|
||||||
.PHONY: $(glibc-targets)
|
.PHONY: $(glibc-targets)
|
||||||
$(glibc-targets):
|
$(glibc-targets):
|
||||||
|
|
||||||
|
@ -43,7 +43,5 @@ ifeq ($(subdir), termios)
|
|||||||
sysdep_headers += termio.h
|
sysdep_headers += termio.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rtld-installed-name = ld-gnu.so.1
|
|
||||||
|
|
||||||
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
||||||
inhibit-glue = yes
|
inhibit-glue = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user