diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-19 19:41:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-19 19:41:49 +0000 |
commit | a1bff336ec023f608e12ff211cbab2419d91a2d3 (patch) | |
tree | 3c8075ebbe7d116f872843f7a608783fe2818a9a /bfd | |
parent | 2332114c713188af06458189af532176cf171642 (diff) | |
download | gdb-a1bff336ec023f608e12ff211cbab2419d91a2d3.zip gdb-a1bff336ec023f608e12ff211cbab2419d91a2d3.tar.gz gdb-a1bff336ec023f608e12ff211cbab2419d91a2d3.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d99a052..a63f12a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Fri Nov 19 14:34:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * 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. + Fri Nov 19 04:02:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * coffcode.h (coff_slurp_symbol_table): Print more verbose message |