mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 21:46:10 +08:00
except.c (choose_personality_routine): Set terminate_node to abort for java exceptions.
* except.c (choose_personality_routine): Set terminate_node to abort for java exceptions. From-SVN: r145140
This commit is contained in:
parent
5fbd944721
commit
0387122d05
@ -1,3 +1,8 @@
|
||||
2009-03-27 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* except.c (choose_personality_routine): Set terminate_node to abort
|
||||
for java exceptions.
|
||||
|
||||
2009-03-27 Dodji Seketeli <dodji@redhat.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
@ -353,6 +353,7 @@ choose_personality_routine (enum languages lang)
|
||||
|
||||
case lang_java:
|
||||
state = chose_java;
|
||||
terminate_node = built_in_decls [BUILT_IN_ABORT];
|
||||
eh_personality_libfunc = init_one_libfunc (USING_SJLJ_EXCEPTIONS
|
||||
? "__gcj_personality_sj0"
|
||||
: "__gcj_personality_v0");
|
||||
|
Loading…
Reference in New Issue
Block a user