aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHariharan Sandanagobalane <hariharan@picochip.com>2010-10-12 12:41:52 +0000
committerHariharan Sandanagobalane <hariharans@gcc.gnu.org>2010-10-12 12:41:52 +0000
commit83e350f71b09d18d74f752218754165cd11bb794 (patch)
treefbd2ce6bf822f6a412edbce372cfa866ca52fe6d /gcc
parent38ef8ebee3938a622889f818d417de171cdb8a77 (diff)
downloadgcc-83e350f71b09d18d74f752218754165cd11bb794.zip
gcc-83e350f71b09d18d74f752218754165cd11bb794.tar.gz
gcc-83e350f71b09d18d74f752218754165cd11bb794.tar.bz2
picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj unwind info for exceptions.
* config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj unwind info for exceptions. From-SVN: r165369
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/picochip/picochip.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8de44b9..cf4ca0f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
+
+ * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
+ unwind info for exceptions.
+
2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/45851
diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c
index 8c6b294..f494b95 100644
--- a/gcc/config/picochip/picochip.c
+++ b/gcc/config/picochip/picochip.c
@@ -327,7 +327,7 @@ static char picochip_get_vliw_alu_id (void);
#define TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE picochip_option_override
#undef TARGET_EXCEPT_UNWIND_INFO
-#define TARGET_EXCEPT_UNWIND_INFO picochip_except_unwind_info
+#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
struct gcc_target targetm = TARGET_INITIALIZER;