[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: [Libunwind-devel] Re: [patch] Implement _Unwind_GetIPInfo (GCC
From: |
Jan Kratochvil |
Subject: |
Re: Fwd: [Libunwind-devel] Re: [patch] Implement _Unwind_GetIPInfo (GCC PR target/27880) |
Date: |
Fri, 3 Apr 2009 06:53:43 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Fri, 03 Apr 2009 00:42:54 +0200, Arun Sharma wrote:
> I made a few minor changes to the patch. Please review.
Simplified, thanks, it looks OK to me.
> diff --git a/src/unwind/GetIPInfo.c b/src/unwind/GetIPInfo.c
...
> +#include "../unwind/unwind-internal.h"
Here could be now just:
% +#include "unwind-internal.h"
Regards,
Jan