]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(process_dl_debug): Set any_debug if option name matches.
authorUlrich Drepper <drepper@redhat.com>
Thu, 31 Jan 2002 22:42:07 +0000 (22:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 31 Jan 2002 22:42:07 +0000 (22:42 +0000)
elf/rtld.c

index 8ed86eaedbb26edb1d006835729593d0a50f63e8..634f90a0173551afc49606b25873f72d37a0c171 100644 (file)
@@ -1218,6 +1218,7 @@ process_dl_debug (const char *dl_debug)
                && debopts[cnt].name[len] == '\0')
              {
                _dl_debug_mask |= debopts[cnt].mask;
+               any_debug = 1;
                break;
              }