* elfcode.h (elf_fake_sections): Accept .sbss as the name for a
authorIan Lance Taylor <ian@airs.com>
Fri, 19 Nov 1993 19:41:49 +0000 (19:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 19 Nov 1993 19:41:49 +0000 (19:41 +0000)
commita1bff336ec023f608e12ff211cbab2419d91a2d3
tree3c8075ebbe7d116f872843f7a608783fe2818a9a
parent2332114c713188af06458189af532176cf171642
* elfcode.h (elf_fake_sections): Accept .sbss as the name for a
SHT_NOBITS sections.
(map_program_segments): Don't leave the loop after the first
SHT_NOBITS section.
(assign_file_positions_except_relocs): Only force sh_offset and
sh_addr to match modulo maxpagesize for a section which is not
SHT_NOBITS.  Changed the method used to force page alignment after
a SHT_NOBITS section to only do it for the last such consecutive
section, and to really force page alignment.
bfd/ChangeLog