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: update dwarf2 asm unwind info


On Thu, 2008-08-07 at 09:40 -0700, Richard Henderson wrote:
> This should solve the problem Andreas reported with missing 
> .cfi_personality, in that we should emit asm unwind for C,
> but not C++.  It should also solve the problem that Steve
> reported for HPPA, by not using asm unwind at all.
> 
> H.J., I can't reproduce the failures you reported at all.
> 
> 
> r~

My hppa64*-*-* build does bootstrap now but I have a lot of libstdc++
testsuite failures.  I don't know if they are related to this patch or
not.  auto-host.h has:

auto-host.h:/* Define 0/1 if your assembler supports CFI directives. */
auto-host.h:#define HAVE_GAS_CFI_DIRECTIVE 1
auto-host.h:#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 0

Any suggestions on what to look for to see if this is a problem with the
CFI changes?

Steve Ellcey
sje@cup.hp.com


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