diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-17 06:08:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-17 06:08:06 +0000 |
commit | 90c0a37345932e243f24347619f3e712f70b127c (patch) | |
tree | 74303214c017459fdb97348a6fae8812d5d77345 /bfd/bfd-in2.h | |
parent | 97ec21130780f56bb1b032daa3b6cbe1e193d996 (diff) | |
download | gdb-90c0a37345932e243f24347619f3e712f70b127c.zip gdb-90c0a37345932e243f24347619f3e712f70b127c.tar.gz gdb-90c0a37345932e243f24347619f3e712f70b127c.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8e732b7..9f4c55a 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1484,7 +1484,7 @@ void bfd_map_over_sections asection *bfd_sections_find_if (bfd *abfd, - bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj), + bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj), void *obj); bfd_boolean bfd_set_section_size |