diff options
| author | hboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-26 03:42:54 +0000 |
|---|---|---|
| committer | hboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-26 03:42:54 +0000 |
| commit | 8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650 (patch) | |
| tree | 13e41aa4b2ae2a369831b422eb3db83f7990e49a /libjava/configure | |
| parent | 4f111a84a3469b79ef46d993fe6e2814582a9735 (diff) | |
| download | ppe42-gcc-8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650.tar.gz ppe42-gcc-8ca5c49ac8be71cb3d3d4c27a80ccdbdd9aa1650.zip | |
* configure.in, configure: enable dwarf2-exception-style
exception handling on IA-64.
* include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.
(INIT_SEGV, INIT_FPE): Use __libc_sigaction instead of syscall.
Add FIXME comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
| -rwxr-xr-x | libjava/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/configure b/libjava/configure index 5fd51a12253..f86c865a395 100755 --- a/libjava/configure +++ b/libjava/configure @@ -6400,6 +6400,9 @@ case "${host}" in # SYSDEP_SOURCES=sysdep/ia64.c # test -d sysdep || mkdir sysdep # ;; + ia64-*-linux*) + SIGNAL_HANDLER=include/dwarf2-signal.h + ;; powerpc-*-linux*) SIGNAL_HANDLER=include/dwarf2-signal.h ;; |

