XCOFF/AIX: Remove SEC_ALLOC flags for unmapped sections.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 10 May 2013 13:08:24 +0000 (13:08 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 10 May 2013 13:08:24 +0000 (13:08 +0000)
commit110a61d34220d41ade91b5e5159606588482d634
treec0ec63fb1fbc408e4bfea25a2b6efbebb6ceece1
parent060cfbef397769f935df461cb90d237c0783045a
XCOFF/AIX: Remove SEC_ALLOC flags for unmapped sections.

The .except, .loader and .typchk are not mapped to memory,
so do not set their SEC_ALLOC flag.

bfd/ChangeLog:

        * coffcode.h (styp_to_sec_flags) [RS6000COFF_C]: Add handling
        of STYP_EXCEPT, STYP_LOADER and STYP_TYPCHK sections.

ld/testsuite/ChangeLog:

        * ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.hd,
        ld-powerpc/aix-core-sec-3.hd: Adjust expected section flags
        for section .loader.
bfd/ChangeLog
bfd/coffcode.h
ld/testsuite/ChangeLog
ld/testsuite/ld-powerpc/aix-core-sec-1.hd
ld/testsuite/ld-powerpc/aix-core-sec-2.hd
ld/testsuite/ld-powerpc/aix-core-sec-3.hd
This page took 0.02837 seconds and 4 git commands to generate.