mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 08:25:30 +08:00
Update to get tekhex tdata name change from bfd.
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
* bfd.h: Update to get tekhex tdata name change from bfd.
|
||||||
|
|
||||||
|
Mon Nov 9 23:55:42 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
* ansidecl.h: Update comments to discourage use of EXFUN.
|
||||||
|
|
||||||
|
Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
|
||||||
|
|
||||||
Thu Nov 5 03:21:32 1992 John Gilmore (gnu@cygnus.com)
|
Thu Nov 5 03:21:32 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
* bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF
|
* bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF
|
||||||
|
@ -825,7 +825,6 @@ typedef CONST struct reloc_howto_struct
|
|||||||
being relocated. */
|
being relocated. */
|
||||||
boolean pc_relative;
|
boolean pc_relative;
|
||||||
|
|
||||||
/* Now obsolete. Still used by bfd_perform_relocation though. */
|
|
||||||
unsigned int bitpos;
|
unsigned int bitpos;
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
@ -1223,7 +1222,7 @@ struct _bfd
|
|||||||
struct ieee_data_struct *ieee_data;
|
struct ieee_data_struct *ieee_data;
|
||||||
struct ieee_ar_data_struct *ieee_ar_data;
|
struct ieee_ar_data_struct *ieee_ar_data;
|
||||||
struct srec_data_struct *srec_data;
|
struct srec_data_struct *srec_data;
|
||||||
struct srec_data_struct *tekhex_data;
|
struct tekhex_data_struct *tekhex_data;
|
||||||
struct elf_obj_tdata *elf_obj_data;
|
struct elf_obj_tdata *elf_obj_data;
|
||||||
struct bout_data_struct *bout_data;
|
struct bout_data_struct *bout_data;
|
||||||
struct sun_core_struct *sun_core_data;
|
struct sun_core_struct *sun_core_data;
|
||||||
|
Reference in New Issue
Block a user