This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 3/4] alpha: Enable unwind tables for backtrace.c


On 04/17/2014 02:40 AM, Marcus Shawcroft wrote:
> On 17 April 2014 05:49, Richard Henderson <rth@twiddle.net> wrote:
> 
>> +ifeq ($(subdir),debug)
>> +# Consider making this GCC's default...
>> +CFLAGS-backtrace.c = -fasynchronous-unwind-tables
>> +endif
> 
> 
> Hi Richard,   The i386 target adds -fexceptions and all of the others
> add -funwind-tables... is there a particular reason alpha needs
> -fasync-unwind-tables?

No.  I grepped the build log and a-u-t was the most common flag already in use
is all.


r~


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