diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-28 23:43:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-28 23:43:35 +0000 |
commit | 2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b (patch) | |
tree | 6dca8a45a2601185de3eacea3fe369a0194e6e97 /bfd/syms.c | |
parent | c30b8939c6605dcfbad5ac804303cb98a67e6897 (diff) | |
download | gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.zip gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.tar.gz gdb-2ce40c65db7c95a61c1df4dad7b21b545e5dcc5b.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. *} |