Revert "elf: Refuse to dlopen PIE objects [BZ #24323]"
[platform/upstream/glibc.git] / elf / dl-main.h
index 3e32f25..36816f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Information collection during ld.so startup.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -94,8 +94,8 @@ struct dl_main_state
 
   enum rtld_mode mode;
 
-  /* True if any of the debugging options is enabled.  */
-  bool any_debug;
+  /* True if program should be also printed for rtld_mode_trace.  */
+  bool mode_trace_program;
 
   /* True if information about versions has to be printed.  */
   bool version_info;