summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-27 21:24:36 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-27 21:24:36 +0000
commit9f249b13713a43b3bd4d6a2cff0db96d7ae5d950 (patch)
tree92a05ee6a13ec51d6e3e8c3bcbbcadf9458fcfde /bfd/bfd.c
parentbd862b9a4dd83846934c747720b98ac4ba144c33 (diff)
downloadgdb-9f249b13713a43b3bd4d6a2cff0db96d7ae5d950.tar.gz
2003-02-27 Andrew Cagney <cagney@redhat.com>
* bfd.c (struct bfd): Rename "struct _bfd". * bfd-in.h: Update copyright. (struct bfd): Rename "struct _bfd". (_bfd): Define for backward compatibility. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index df3f60a9cde..a713ad8ea1c 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -34,7 +34,7 @@ SECTION
CODE_FRAGMENT
.
-.struct _bfd
+.struct bfd
.{
. {* A unique identifier of the BFD *}
. unsigned int id;