]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/alpha/vms-unwind.h
tm.texi (MD_UNWIND_SUPPORT): Document.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 8 Sep 2004 00:17:19 +0000 (00:17 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 8 Sep 2004 00:17:19 +0000 (09:47 +0930)
commit8662eb14c0ef6531d7086ec08f5e52b87c472ede
treef6927bd90fe84c682dd04619d255d6355aac36d5
parenta9e10feb68d5cbc371f581ebca229043b7854fe5
tm.texi (MD_UNWIND_SUPPORT): Document.

* doc/tm.texi (MD_UNWIND_SUPPORT): Document.
(MD_FALLBACK_FRAME_STATE_FOR): Update.
* unwind-dw2.c (MD_UNWIND_SUPPORT): #include if defined.
(uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
(MD_FROB_UPDATE_CONTEXT): Remove default.
(uw_update_context_1): Instead #ifdef invocation.
* config/ia64/unwind-ia64.c (MD_UNWIND_SUPPORT): #include if defined.
(uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
* config/alpha/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Don't undef.
(MD_UNWIND_SUPPORT): Undefine this instead.
* config/i386/gnu.h: Likewise.
* config/alpha/linux-unwind.h: New file, macro converted to
function, extracted from..
* config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): ..this.
(MD_UNWIND_SUPPORT): Define.
* config/alpha/vms-unwind.h, config/alpha/vms.h: Likewise.
* config/i386/linux-unwind.h, config/i386/linux.h,
config/i386/linux64.h: Likewise.
* config/ia64/linux-unwind.h, config/ia64/linux.h: Likewise.
MD_HANDLE_UNWABI too.
* config/mips/linux-unwind.h, config/mips/linux.h: Likewise.
* config/pa/linux-unwind.h, config/pa/pa32-linux.h: Likewise.
* config/rs6000/darwin-unwind.h, config/rs6000/darwin.h: Likewise.
* config/s390/linux-unwind.h, config/s390/linux.h: Likewise.
* config/sparc/linux-unwind.h, config/sparc/linux.h,
config/sparc/linux64.h: Likewise.
* config/sh/linux-unwind.h, config/sh/linux.h: Likewise, but merge
SH_FALLBACK_FRAME_FLOAT_STATE into sh_fallback_frame_state.
* config/rs6000/linux-unwind.h, config/rs6000/linux.h,
config/rs6000/linux64.h: Likewise.  Split out get_sigcontext
function.  Use ARG_POINTER_REGNUM for 32-bit temp reg too.

From-SVN: r87167
31 files changed:
gcc/ChangeLog
gcc/config/alpha/gnu.h
gcc/config/alpha/linux-unwind.h [new file with mode: 0644]
gcc/config/alpha/linux.h
gcc/config/alpha/vms-unwind.h [new file with mode: 0644]
gcc/config/alpha/vms.h
gcc/config/i386/gnu.h
gcc/config/i386/linux-unwind.h [new file with mode: 0644]
gcc/config/i386/linux.h
gcc/config/i386/linux64.h
gcc/config/ia64/linux-unwind.h [new file with mode: 0644]
gcc/config/ia64/linux.h
gcc/config/ia64/unwind-ia64.c
gcc/config/mips/linux-unwind.h [new file with mode: 0644]
gcc/config/mips/linux.h
gcc/config/pa/linux-unwind.h [new file with mode: 0644]
gcc/config/pa/pa32-linux.h
gcc/config/rs6000/darwin-unwind.h [new file with mode: 0644]
gcc/config/rs6000/darwin.h
gcc/config/rs6000/linux-unwind.h [new file with mode: 0644]
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/s390/linux-unwind.h [new file with mode: 0644]
gcc/config/s390/linux.h
gcc/config/sh/linux-unwind.h [new file with mode: 0644]
gcc/config/sh/linux.h
gcc/config/sparc/linux-unwind.h [new file with mode: 0644]
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/doc/tm.texi
gcc/unwind-dw2.c