Remove last (incorrect) change.
authorJeff Law <law@redhat.com>
Tue, 3 Oct 1995 19:26:36 +0000 (19:26 +0000)
committerJeff Law <law@redhat.com>
Tue, 3 Oct 1995 19:26:36 +0000 (19:26 +0000)
bfd/ChangeLog
bfd/libelf.h

index 40cf7507109fc5e355576bf09c2f23f782fd531a..8f6da0bdf9ab25726b46865eff214af95335e2d2 100644 (file)
@@ -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
index 23c5b87aac67d2321030c452fc96aaa9a28c22c3..92c0bc2be340694d7933f7c4cdf2aa3411fc4414 100644 (file)
@@ -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 *));