aboutsummaryrefslogtreecommitdiff
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
commitc2852e886c903ae9e15145d18c07b09b7dcd048e (patch)
tree4ef23c8a73465d1b0f81b85a3132e3181baa7486 /bfd/bfd.c
parentb94a41a1b25a0818a8c5423c31af99681c8ae9ea (diff)
downloadgdb-c2852e886c903ae9e15145d18c07b09b7dcd048e.zip
gdb-c2852e886c903ae9e15145d18c07b09b7dcd048e.tar.gz
gdb-c2852e886c903ae9e15145d18c07b09b7dcd048e.tar.bz2
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 df3f60a..a713ad8 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;