This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, darwin] PR41405 default to -gstrict-dwarf on darwin.


On Thu, Sep 24, 2009 at 10:03:09AM -0700, Richard Henderson wrote:
> On 09/24/2009 12:56 AM, IainS wrote:
>> 2009-09-23 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
>>
>> PR bootstrap/41405
>>
>> *gcc/common.opt: initialize dwarf_strict to -1 as an unset value.
>> *gcc/toplev.c (process_options): catch unset dwarf_strict and set to 0
>> for all targets not overriding
>> *gcc/config/darwin.c (darwin_override_options): catch unset dwarf_strict
>> and override to 1 on darwin.
>
> Fixed capitalization and spacing.  Committed as r152127.
>
>
> r~

Richard,
    Since we are cleaning up dwarf support on darwin,
could you also check in...

http://gcc.gnu.org/ml/gcc-patches/2009-01/msg01069.html

...which Mike Stump approved long ago...

http://gcc.gnu.org/ml/gcc-patches/2009-01/msg01087.html

but which never got checked into gcc trunk. Thanks again
in advance.
                Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]