diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-28 03:47:37 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-28 03:47:37 +0000 |
commit | db0f4f32274ac3a70f90362918e093e9e336df4d (patch) | |
tree | b2dac211d1828a68c5f2115c911571cd09002993 /gcc/unwind-dw2.c | |
parent | d3612643b13c96546f6974df02836737ebcd6890 (diff) | |
download | gcc-db0f4f32274ac3a70f90362918e093e9e336df4d.tar.gz |
* 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)).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2.c')
-rw-r--r-- | gcc/unwind-dw2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c index c6e242a919a..0b68f11972c 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" |