diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 41a0fd6..eb7c53b 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -784,6 +784,11 @@ 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. */ |