aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-09-02 02:51:12 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-09-02 02:51:12 +0000
commit63fac2b9efb65061e07c03e4ddc516e051b673d0 (patch)
tree463e1c2c3200aa2605775f86cd97a1193d806c4d /libexec/rtld-elf/rtld.h
parent93df8d681b6bd1e995a9ed48d521245cbcc3b0c0 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.h')
-rw-r--r--libexec/rtld-elf/rtld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h
index a8490d1a37e3..679a676d4e4d 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: rtld.h,v 1.2 1998/04/30 07:48:02 dfr Exp $
+ * $Id: rtld.h,v 1.3 1998/08/21 03:29:40 jb Exp $
*/
#ifndef RTLD_H /* { */
@@ -109,6 +109,7 @@ typedef struct Struct_Obj_Entry {
bool rtld; /* True if this is the dynamic linker */
bool textrel; /* True if there are relocations to text seg */
bool symbolic; /* True if generated with "-Bsymbolic" */
+ bool traced; /* Already printed in ldd trace output */
struct link_map linkmap; /* for GDB */
} Obj_Entry;