diff options
author | Jeff Law <law@redhat.com> | 1995-10-03 19:26:36 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-10-03 19:26:36 +0000 |
commit | 704257cb1b18a0dc4a0480cb5b63c768cf0f4683 (patch) | |
tree | 7cb3959e716fe75db2f68e4fa47984c19e67be7a /bfd | |
parent | 97f1feda833cd5284102b3a4f58044f7b6b9b52e (diff) | |
download | gdb-704257cb1b18a0dc4a0480cb5b63c768cf0f4683.zip gdb-704257cb1b18a0dc4a0480cb5b63c768cf0f4683.tar.gz gdb-704257cb1b18a0dc4a0480cb5b63c768cf0f4683.tar.bz2 |
Remove last (incorrect) change.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/libelf.h | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 40cf750..8f6da0b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,10 +2,6 @@ Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl) * som.c (setup_sections): Don't die if a space has no subspaces. - * elf.c (_bfd_elf_assign_file_position_for_section): Always - align to the section's alignment. "align" argument removed; - all callers changed. - Mon Oct 2 14:08:55 1995 Ian Lance Taylor <ian@cygnus.com> * elflink.h (elf_link_add_object_symbols): Don't let a weak diff --git a/bfd/libelf.h b/bfd/libelf.h index 23c5b87..92c0bc2 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -634,7 +634,8 @@ _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)); + file_ptr, + boolean)); boolean _bfd_elf_create_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); |