diff options
author | Jeff Law <law@redhat.com> | 1995-10-03 18:21:17 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-10-03 18:21:17 +0000 |
commit | 3ad9d625ebad3ae93ae60a40a90da75e9b8cc795 (patch) | |
tree | b55217d0487cf410dcd447d56bbd875d729e7203 /bfd/libelf.h | |
parent | 8cd2f4fe430cecb9ee0a37e5a734f8e7985d4fc0 (diff) | |
download | gdb-3ad9d625ebad3ae93ae60a40a90da75e9b8cc795.zip gdb-3ad9d625ebad3ae93ae60a40a90da75e9b8cc795.tar.gz gdb-3ad9d625ebad3ae93ae60a40a90da75e9b8cc795.tar.bz2 |
Opps. Forgot to commit this with the elf.c changes...
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r-- | bfd/libelf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h index 92c0bc2..23c5b87 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -634,8 +634,7 @@ _bfd_elf_compute_section_file_positions PARAMS ((bfd *, struct bfd_link_info *)); void _bfd_elf_assign_file_positions_for_relocs PARAMS ((bfd *)); file_ptr _bfd_elf_assign_file_position_for_section PARAMS ((Elf_Internal_Shdr *, - file_ptr, - boolean)); + file_ptr)); boolean _bfd_elf_create_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); |