* coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
authorIan Lance Taylor <ian@airs.com>
Tue, 7 Jun 1994 17:48:00 +0000 (17:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 7 Jun 1994 17:48:00 +0000 (17:48 +0000)
commitd38eee518f4d92986e89c1ffc9018f9c8bef44ea
tree61ae389e1e80630287560df9fdaaa83bf0b4af9b
parentdaa7e1848907dc96c62a5328ccc37a16575e6e09
* 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.
bfd/ChangeLog