Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index eb7c53b7a1bfe5aeee010cc553b8c4b55812e1e6..41a0fd6bb1edd9f7779efa4fb9471a6f38eb5d1f 100644 (file)
@@ -784,11 +784,6 @@ struct symtab
 
   unsigned int epilogue_unwind_valid : 1;
 
-  /* At least GCC 4.6.0 and 4.6.1 can produce invalid false prologue and marker
-     on amd64.  This flag is set independently of the symtab arch.  */
-
-  unsigned amd64_prologue_line_bug : 1;
-
   /* The macro table for this symtab.  Like the blockvector, this
      may be shared between different symtabs --- and normally is for
      all the symtabs in a given compilation unit.  */
This page took 0.023129 seconds and 4 git commands to generate.