summaryrefslogtreecommitdiff
path: root/bfd/syms.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-02-28 23:43:35 +0000
committerAlan Modra <amodra@gmail.com>2003-02-28 23:43:35 +0000
commit2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b (patch)
tree6dca8a45a2601185de3eacea3fe369a0194e6e97 /bfd/syms.c
parentc30b8939c6605dcfbad5ac804303cb98a67e6897 (diff)
downloadbinutils-gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.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/syms.c')
-rw-r--r--bfd/syms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/syms.c b/bfd/syms.c
index d2cafd31f29..d65a8689ca7 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -192,7 +192,7 @@ CODE_FRAGMENT
. instead, except that some symbols point to the global sections
. bfd_{abs,com,und}_section. This could be fixed by making
. these globals be per-bfd (or per-target-flavor). FIXME. *}
-. struct _bfd *the_bfd; {* Use bfd_asymbol_bfd(sym) to access this field. *}
+. struct bfd *the_bfd; {* Use bfd_asymbol_bfd(sym) to access this field. *}
.
. {* The text of the symbol. The name is left alone, and not copied; the
. application may not alter it. *}