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, 07 Aug 2008, 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.

> +	.cfi_startproc,

The ',' at the end of the above directive appears to be a typo
causing the check to fail everywhere.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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