diff options
Diffstat (limited to 'bfd/coff-bfd.h')
-rw-r--r-- | bfd/coff-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/coff-bfd.h b/bfd/coff-bfd.h index c76bf3a54be..97117b39748 100644 --- a/bfd/coff-bfd.h +++ b/bfd/coff-bfd.h @@ -50,6 +50,8 @@ struct coff_section_tdata /* If this is TRUE, the contents entry may not be freed. */ bfd_boolean keep_contents; /* Information cached by coff_find_nearest_line. */ + bfd_boolean saved_bias; + bfd_signed_vma bias; bfd_vma offset; unsigned int i; const char *function; |