From 813b11648e223be167ed3d9c1b234eb99ab9006e Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 20 Jun 2000 06:20:42 +0000 Subject: Import a virgin (but trimed) Binutils 2.10 release. --- contrib/binutils/bfd/doc/bfdt.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/binutils/bfd/doc/bfdt.texi') diff --git a/contrib/binutils/bfd/doc/bfdt.texi b/contrib/binutils/bfd/doc/bfdt.texi index 6013d6a..98269fb 100644 --- a/contrib/binutils/bfd/doc/bfdt.texi +++ b/contrib/binutils/bfd/doc/bfdt.texi @@ -144,6 +144,7 @@ struct _bfd struct nlm_obj_tdata *nlm_obj_data; struct bout_data_struct *bout_data; struct sun_core_struct *sun_core_data; + struct sco5_core_struct *sco5_core_data; struct trad_core_struct *trad_core_data; struct som_data_struct *som_data; struct hpux_core_struct *hpux_core_data; @@ -561,6 +562,9 @@ Stuff which should be documented: #define bfd_relax_section(abfd, section, link_info, again) \ BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again)) +#define bfd_gc_sections(abfd, link_info) \ + BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info)) + #define bfd_link_hash_table_create(abfd) \ BFD_SEND (abfd, _bfd_link_hash_table_create, (abfd)) -- cgit v1.1