diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-07 18:34:59 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-07 18:34:59 +0000 |
commit | 01383fb4585c5cca3be827607c2067122604a443 (patch) | |
tree | 2fa2fc80ddad19ababaf1bd9a09112c5941fd7f9 /bfd/ChangeLog | |
parent | fd201fc3925bfd82fb1c6fe18df0716066d318d0 (diff) | |
download | gdb-01383fb4585c5cca3be827607c2067122604a443.zip gdb-01383fb4585c5cca3be827607c2067122604a443.tar.gz gdb-01383fb4585c5cca3be827607c2067122604a443.tar.bz2 |
elfcode.h (EALIGN): Define, dependent on ARCH_SIZE.
(align_file_position): New function.
(elf_locate_sh): Disabled function deleted.
(assign_file_positions_for_symtab_and_strtabs): Align position, then place
symtab, then do other sections.
(map_program_segments): Align program header.
(assign_file_positions_except_relocs): Align section headers.
(assign_file_positions_for_relocs): Align relocation sections.
Fixes ld/3584.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8ae4df8..081b1e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Thu Oct 7 14:24:13 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * elfcode.h (EALIGN): Define, dependent on ARCH_SIZE. + (align_file_position): New function. + (elf_locate_sh): Disabled function deleted. + (assign_file_positions_for_symtab_and_strtabs): Align position, + then place symtab, then do other sections. + (map_program_segments): Align program header. + (assign_file_positions_except_relocs): Align section headers. + (assign_file_positions_for_relocs): Align relocation sections. + Tue Oct 5 10:44:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * configure.host: Recognize hppa*-*-hiux* (currently synonym for hpux). |