From 525996eb67bbf7718a84b593cff8dae73345bcc0 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 28 Oct 2003 03:47:37 +0000 Subject: irix6-libc-compat.c (inet_makeaddr): Prototype. * config/mips/irix6-libc-compat.c (inet_makeaddr): Prototype. * crtstuff.c (__do_global_ctors_1): Move prototype. * unwind-dw2.c (NO_SIZE_OF_ENCODED_VALUE): Define when appropriate. * unwind-sjlj.c (_Unwind_GetCFA, _Unwind_FindEnclosingFunction): Mark parameter with __attribute__((unused)). From-SVN: r72999 --- gcc/unwind-dw2.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/unwind-dw2.c') diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c index c6e242a..0b68f11 100644 --- a/gcc/unwind-dw2.c +++ b/gcc/unwind-dw2.c @@ -34,6 +34,9 @@ #include "tm.h" #include "dwarf2.h" #include "unwind.h" +#ifdef __USING_SJLJ_EXCEPTIONS__ +# define NO_SIZE_OF_ENCODED_VALUE +#endif #include "unwind-pe.h" #include "unwind-dw2-fde.h" #include "gthr.h" -- cgit v1.1