diff options
author | Fred Fish <fnf@specifix.com> | 1997-12-15 23:16:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-12-15 23:16:12 +0000 |
commit | f60c3b708002e0cee42ba2bf569692f7a5a951a0 (patch) | |
tree | ed12c06c92497e5f11c255ead2edf85c72c3ac7d /bfd | |
parent | a5fdb816135cd4f48681d7812b0123d1a94be826 (diff) | |
download | gdb-f60c3b708002e0cee42ba2bf569692f7a5a951a0.zip gdb-f60c3b708002e0cee42ba2bf569692f7a5a951a0.tar.gz gdb-f60c3b708002e0cee42ba2bf569692f7a5a951a0.tar.bz2 |
* coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined.
(coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE
to decide when to align the file sections for paging.
* coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF.
PR 13814
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ef8b0e6..f1b6464 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Dec 15 16:11:22 1997 Fred Fish <fnf@cygnus.com> + + * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined. + (coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE + to decide when to align the file sections for paging. +start-sanitize-tic80 + * coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF. +end-sanitize-tic80 + Mon Dec 15 15:01:15 1997 Nick Clifton <nickc@cygnus.com> * elf32-m32r.c (m32r_elf_object_p): New Function. |