mirror of git://sourceware.org/git/glibc.git
parent
9987236eb1
commit
787597251b
|
|
@ -1,5 +1,7 @@
|
||||||
2000-10-28 Ulrich Drepper <drepper@redhat.com>
|
2000-10-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makeconfig (ETAGS): Remove -T flag.
|
||||||
|
|
||||||
* elf/dl-load.c (open_verify): Only try to load ET_DYN and ET_EXEC
|
* elf/dl-load.c (open_verify): Only try to load ET_DYN and ET_EXEC
|
||||||
objects. Reject all other types.
|
objects. Reject all other types.
|
||||||
(_dl_map_object_from_fd): Optimize a bit.
|
(_dl_map_object_from_fd): Optimize a bit.
|
||||||
|
|
|
||||||
|
|
@ -527,7 +527,7 @@ ifndef +mkdep
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The program that makes Emacs-style TAGS files.
|
# The program that makes Emacs-style TAGS files.
|
||||||
ETAGS := etags -T
|
ETAGS := etags
|
||||||
|
|
||||||
# The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and
|
# The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and
|
||||||
# perhaps others) to preprocess assembly code in some cases.
|
# perhaps others) to preprocess assembly code in some cases.
|
||||||
|
|
|
||||||
|
|
@ -657,7 +657,7 @@ file. But subsequent output at that position will extend the file.
|
||||||
Characters between the previous end of file and the new position are
|
Characters between the previous end of file and the new position are
|
||||||
filled with zeros. Extending the file in this way can create a
|
filled with zeros. Extending the file in this way can create a
|
||||||
``hole'': the blocks of zeros are not actually allocated on disk, so the
|
``hole'': the blocks of zeros are not actually allocated on disk, so the
|
||||||
file takes up less space than it appears so; it is then called a
|
file takes up less space than it appears to; it is then called a
|
||||||
``sparse file''.
|
``sparse file''.
|
||||||
@cindex sparse files
|
@cindex sparse files
|
||||||
@cindex holes in files
|
@cindex holes in files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue