mirror of git://sourceware.org/git/glibc.git
2000-04-18 Andreas Jaeger <aj@suse.de>
* elf/rtld.c (process_dl_debug): Remove obsolete comment. * elf/rtld.c (process_dl_debug): Remove obsolete comment.
This commit is contained in:
parent
5ff2dc129f
commit
b034c2b191
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
2000-04-18 Andreas Jaeger <aj@suse.de>
|
2000-04-18 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* elf/rtld.c (process_dl_debug): Remove obsolete comment.
|
||||||
|
|
||||||
* sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
|
* sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
|
||||||
|
|
||||||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
|
@ -1181,7 +1181,6 @@ process_dl_debug (const char *dl_debug)
|
||||||
case 4:
|
case 4:
|
||||||
if (memcmp (dl_debug, "help", 4) == 0)
|
if (memcmp (dl_debug, "help", 4) == 0)
|
||||||
{
|
{
|
||||||
/* The `statistics' flag is not always implemented. */
|
|
||||||
_dl_sysdep_message ("\
|
_dl_sysdep_message ("\
|
||||||
Valid options for the LD_DEBUG environment variable are:\n\
|
Valid options for the LD_DEBUG environment variable are:\n\
|
||||||
\n\
|
\n\
|
||||||
|
|
Loading…
Reference in New Issue