aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/bfd.c1
-rw-r--r--include/bfd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 17574a3..1b880e5 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -155,6 +155,7 @@ CODE_FRAGMENT
. struct elf_core_tdata_struct *elf_core_data;
. struct bout_data_struct *bout_data;
. struct sun_core_struct *sun_core_data;
+. struct trad_core_struct *trad_core_data;
. PTR any;
. } tdata;
.
diff --git a/include/bfd.h b/include/bfd.h
index de782cf..db2b39d 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1101,6 +1101,7 @@ struct _bfd
struct elf_core_tdata_struct *elf_core_data;
struct bout_data_struct *bout_data;
struct sun_core_struct *sun_core_data;
+ struct trad_core_struct *trad_core_data;
PTR any;
} tdata;