diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-07 17:48:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-07 17:48:00 +0000 |
commit | d38eee518f4d92986e89c1ffc9018f9c8bef44ea (patch) | |
tree | 61ae389e1e80630287560df9fdaaa83bf0b4af9b /bfd | |
parent | daa7e1848907dc96c62a5328ccc37a16575e6e09 (diff) | |
download | gdb-d38eee518f4d92986e89c1ffc9018f9c8bef44ea.zip gdb-d38eee518f4d92986e89c1ffc9018f9c8bef44ea.tar.gz gdb-d38eee518f4d92986e89c1ffc9018f9c8bef44ea.tar.bz2 |
* coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
set SEC_DEBUGGING for STYP_INFO sections.
(coff_compute_section_file_positions): If COFF_PAGE_SIZE is
defined, and D_PAGED is set, set the file position equal to the
section VMA modulo COFF_PAGE_SIZE.
* coffgen.c (coff_real_object_p): If F_EXEC is set, set D_PAGED.
* coff-i386.c: Set D_PAGED in BFD target.
(COFF_PAGE_SIZE): Define.
* coff-m68k.c, coff-sparc.c: Likewise.
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 18cbb0c..c080c0b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Tue Jun 7 13:25:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined, + set SEC_DEBUGGING for STYP_INFO sections. + (coff_compute_section_file_positions): If COFF_PAGE_SIZE is + defined, and D_PAGED is set, set the file position equal to the + section VMA modulo COFF_PAGE_SIZE. + * coffgen.c (coff_real_object_p): If F_EXEC is set, set D_PAGED. + * coff-i386.c: Set D_PAGED in BFD target. + (COFF_PAGE_SIZE): Define. + * coff-m68k.c, coff-sparc.c: Likewise. + Mon Jun 6 10:57:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (bfd_section_from_shdr): Don't turn a reloc section |