summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-02-28 23:43:35 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-02-28 23:43:35 +0000
commit594dae2bdf22f56af64d377a26fef0406e4f2753 (patch)
tree061607b486c3cf946f72bc83a91af8b1c882fcbf /bfd/bfd.c
parent9960c8681ae120264ecea16c1cba71cbb1c356b5 (diff)
downloadbinutils-redhat-594dae2bdf22f56af64d377a26fef0406e4f2753.tar.gz
* bfd-in.h (_bfd): Don't define.
* bfd.c: Rename occurrences of "struct _bfd" to "struct bfd". * syms.c: Likewise. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index a713ad8ea1..32250823a1 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -65,7 +65,7 @@ CODE_FRAGMENT
.
. {* The caching routines use these to maintain a
. least-recently-used list of BFDs. *}
-. struct _bfd *lru_prev, *lru_next;
+. struct bfd *lru_prev, *lru_next;
.
. {* When a file is closed by the caching routines, BFD retains
. state information on the file here... *}
@@ -139,13 +139,13 @@ CODE_FRAGMENT
.
. {* Stuff only useful for archives. *}
. PTR arelt_data;
-. struct _bfd *my_archive; {* The containing archive BFD. *}
-. struct _bfd *next; {* The next BFD in the archive. *}
-. struct _bfd *archive_head; {* The first BFD in the archive. *}
+. struct bfd *my_archive; {* The containing archive BFD. *}
+. struct bfd *next; {* The next BFD in the archive. *}
+. struct bfd *archive_head; {* The first BFD in the archive. *}
. bfd_boolean has_armap;
.
. {* A chain of BFD structures involved in a link. *}
-. struct _bfd *link_next;
+. struct bfd *link_next;
.
. {* A field used by _bfd_generic_link_add_archive_symbols. This will
. be used only for archive elements. *}