Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: Brian Ford <ford@vss.fsi.com>
Cc: cygwin@cygwin.com, <binutils@sources.redhat.com>, <dave@beermex.com>,
   <cgf@redhat.com>
Subject: Re: Support for DDWARF-2 debug info? (on Cygwin)
References: <Pine.GSO.4.44.0301141037200.12926-100000@eos>
From: Nick Clifton <nickc@redhat.com>
Date: 16 Jan 2003 09:36:09 +0000
In-Reply-To: <Pine.GSO.4.44.0301141037200.12926-100000@eos>
Message-ID: <m31y3dqvw5.fsf@north-pole.nickc.cambridge.redhat.com>
Lines: 18
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi Brian,

> The coff versions of sec_to_styp_flags and styp_to_sec_flag in bfd
> look to see if the section name begins with .debug and modify the
> section flags appropriately.  The PE versions do not even look at
> the section name.

Ahh, yes, you are right.  I guess that no-one has tried to
incporporate DWARF2 sections into the PE format before.  I guess that,
for now you are going to have to add similar name-checking code to the
PE versions.

Ideally what we ought to do is give gcc some way to tell gas that
"this section is a debug section" and then gas could do the right
thing.  Perhaps a new pseudo op ".debug_section <name>" ?

Cheers
        Nick


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

