diff options
author | John Gilmore <gnu@cygnus> | 1992-06-11 08:12:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-11 08:12:01 +0000 |
commit | 3ce7a824140b709400d2b433860dc90b5f9b0eea (patch) | |
tree | 3ad3ca74d2a253e23cfb59ed01d5617e4455e408 /include | |
parent | 80bdcb77bd985a9e3bbefef0841a23e5dc43db11 (diff) | |
download | gdb-3ce7a824140b709400d2b433860dc90b5f9b0eea.zip gdb-3ce7a824140b709400d2b433860dc90b5f9b0eea.tar.gz gdb-3ce7a824140b709400d2b433860dc90b5f9b0eea.tar.bz2 |
Regen'd from bfd.c after removing elf_core_tdata_struct.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bfd.h b/include/bfd.h index 18808f5..53d6866 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1142,8 +1142,7 @@ struct _bfd struct ieee_ar_data_struct *ieee_ar_data; struct srec_data_struct *srec_data; struct srec_data_struct *tekhex_data; - struct elf_obj_tdata_struct *elf_obj_data; - struct elf_core_tdata_struct *elf_core_data; + struct elf_obj_tdata *elf_obj_data; struct bout_data_struct *bout_data; struct sun_core_struct *sun_core_data; struct trad_core_struct *trad_core_data; |