linux.h (IA64_GATE_AREA_END): Increase by 64K.
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Dec 2003 16:45:51 +0000 (17:45 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 12 Dec 2003 16:45:51 +0000 (17:45 +0100)
commit3950dcdfccd66e077b1be064826aac76122f4bb4
tree7cf80b3f7b176478613482e7bd4d3ba7eec2bfe3
parent3075b32758eafbf3cb6dadb9225d28bb2b6abfab
linux.h (IA64_GATE_AREA_END): Increase by 64K.

* config/ia64/linux.h (IA64_GATE_AREA_END): Increase by 64K.
(MD_FALLBACK_FRAME_STATE_FOR): Set fpsr_loc, br_loc[6] and
br_loc[7].  Update comment.
(MD_HANDLE_UNWABI): Define.
* config/ia64/unwind-ia64.c (struct unw_state_record): Add
unwabi field.
(struct _Unwind_Context): Increase br_loc array size to 8 entries.
(desc_abi): Set unwabi.
(uw_update_reg_address): Allow br up to 7.
(uw_update_context): Invoke MD_HANDLE_UNWABI if defined.
(uw_install_context): Load b1..b5 from correct locations.
Fix insn loading ar.fpsr.
* doc/tm.texi: Document MD_HANDLE_UNWABI.

* g++.dg/eh/ia64-1.C: New test.

From-SVN: r74575
gcc/ChangeLog
gcc/config/ia64/linux.h
gcc/config/ia64/unwind-ia64.c
gcc/doc/tm.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/ia64-1.C [new file with mode: 0644]