New python script adding pretty printers for types defined in GDB.
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 2a8740818ebf31964876d1037d3a8d4f14cc5ed7..897ef56703f8052520c95bfe1be7c9475f4d5100 100644 (file)
@@ -270,11 +270,11 @@ typedef struct lang_input_statement_struct
 
   /* Whether DT_NEEDED tags should be added for dynamic libraries in
      DT_NEEDED tags from this entry.  */
-  unsigned int add_needed : 1;
+  unsigned int add_DT_NEEDED_for_dynamic : 1;
 
   /* Whether this entry should cause a DT_NEEDED tag only when
      satisfying references from regular files, or always.  */
-  unsigned int as_needed : 1;
+  unsigned int add_DT_NEEDED_for_regular : 1;
 
   /* Whether to include the entire contents of an archive.  */
   unsigned int whole_archive : 1;
This page took 0.022756 seconds and 4 git commands to generate.