From: ian@cygnus.com
Subject: Re: Section attributes from ld
15 Jul 1997 16:25:17 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199707152216.SAA07402.cygnus.gnu-win32@tweedledumb.cygnus.com>
References: <199707151105.MAA14711@zaphod.long.harlequin.co.uk>
Original-To: jont@harlequin.co.uk
Original-CC: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

>How does ld determine which attributes sections are to have? By
>attributes, I mean things like:-

>Contains code, contains initialised data, should be laoded with
>execute permission, should be loaded with read permission, should be
>loaded with write permission etc.

The attributes are based on the attributes of the input sections which
are mapped into the output sections.  Take a look at
gas/config/obj-coff.c to see how to use the .section directive in an
assembler file.

Ian
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
