201cdb7438
gcc: * Makefile.in (UNWIND_H): Remove. (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to ../libgcc/Makefile.in. (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise. (LIBUNWINDDEP): Remove. (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies. (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED, LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL. (stmp-int-hdrs): Remove $(UNWIND_H) dependency. Don't copy $(UNWIND_H). * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling. * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove. * aclocal.m4: Regenerate. * configure: Regenerate. * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h, unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c, unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h, unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc. * unwind-dw2-fde-darwin.c: Move to ../libgcc/config. * config/arm/libunwind.S, config/arm/pr-support.c, config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to ../libgcc/config/arm. * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove. * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove. * config/frv/t-frv ($(T)frvbegin$(objext)): Use $(srcdir)/../libgcc to refer to unwind-dw2-fde.h. ($(T)frvend$(objext)): Likewise. * config/ia64/t-glibc (LIB2ADDEH): Remove. * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64. * config/ia64/fde-glibc.c, config/ia64/fde-vms.c, config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to ../libgcc/config/ia64. * config/ia64/t-hpux (LIB2ADDEH): Remove. * config/ia64/t-ia64 (LIB2ADDEH): Remove. * config/ia64/t-vms (LIB2ADDEH): Remove. * config/ia64/vms.h (UNW_IVMS_MODE, MD_UNW_COMPATIBLE_PERSONALITY_P): Remove. * config/picochip/t-picochip (LIB2ADDEH): Remove. * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove. * config/rs6000/t-darwin (LIB2ADDEH): Remove. * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000. * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use $(srcdir)/../libgcc to refer to unwinder sources. * config/spu/t-spu-elf (LIB2ADDEH): Remove. * config/t-darwin (LIB2ADDEH): Remove. * config/t-freebsd (LIB2ADDEH): Remove. * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove. * config/t-libunwind-elf: Move to ../libgcc/config. * config/t-linux (LIB2ADDEH): Remove. * config/t-sol2 (LIB2ADDEH): Remove. * config/xtensa/t-xtensa (LIB2ADDEH): Remove. * system.h (MD_FROB_UPDATE_CONTEXT): Poison. gcc/po: * EXCLUDES (unwind-c.c, unwind-dw2-fde-darwin.c) (unwind-dw2-fde-glibc.c, unwind-dw2-fde.c, unwind-dw2-fde.h) (unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h): Remove. libgcc: * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New variables. (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables. (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c. (install-unwind_h): New target. (all): Depend on it. * config.host (unwind_header): New variable. (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip. (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu. (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file. (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi. Set unwind_header. (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi. Set unwind_header. (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for arm*-*-eabi*. Add arm/t-symbian to tmake_file for arm*-*-symbianelf*. Set unwind_header. (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file. (ia64*-*-freebsd*): Likewise. (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to tmake_file. Add t-libunwind-elf, ia64/t-glibc-libunwind unless $with_system_libunwind. (ia64*-*-hpux*): Set tmake_file. (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file. (picochip-*-*): Set tmake_file. (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set md_unwind_header. (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise. (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise. (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file. (xtensa*-*-elf*): Set tmake_file. (xtensa*-*-linux*): Likewise. * configure.ac: Include ../config/unwind_ipinfo.m4. Call GCC_CHECK_UNWIND_GETIPINFO. Link unwind.h to $unwind_header. * configure: Regenerate. * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h, unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c, unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h, unwind-pe.h, unwind-sjlj.c, unwind.inc: New files. * config/unwind-dw2-fde-darwin.c: New file. * config/arm/libunwind.S, config/arm/pr-support.c, config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c, config/arm/unwind-arm.h,: New files. * config/ia64/fde-glibc.c, config/ia64/fde-vms.c, config/ia64/t-eh-ia64, config/ia64/t-glibc, config/ia64/t-glibc-libunwind, config/ia64/t-hpux, config/ia64/t-vms, config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: New files. * config/picochip/t-picochip: New file. * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New files. * config/rs6000/t-darwin (LIB2ADDEH): Set. * config/s390/t-tpf (LIB2ADDEH): Remove. * config/t-darwin (LIB2ADDEH): Set. * config/t-eh-dw2-dip: New file. * config/t-libunwind, config/t-libunwind-elf: New files. * config/t-sol2 (LIB2ADDEH): Remove. * config/xtensa/t-xtensa: New file. gcc/ada: * gcc-interface/Makefile.in (raise-gcc.o): Search $(srcdir)/../libgcc. libgo: * Makefile.am (AM_CFLAGS): Search $(srcdir)/../libgcc. * Makefile.in: Regenerate. libjava: * configure.ac (GCC_UNWIND_INCLUDE): Rename to LIBGCC_UNWIND_INCLUDE. Point to $(multi_basedir)/./libjava/../libgcc. * configure: Regenerate. * Makefile.am (GCC_UNWIND_INCLUDE): Reflect this. * Makefile.in: Regenerate. libobjc: * Makefile.in (INCLUDES): Search $(srcdir)/$(MULTISRCTOP)../libgcc. libstdc++-v3: * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Point TOPLEVEL_INCLUDES to $(toplevel_srcdir)/libgcc. * configure: Regenerate. From-SVN: r177447
290 lines
7.2 KiB
C++
290 lines
7.2 KiB
C++
/* Exception handling and frame unwind runtime interface routines.
|
||
Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009 Free Software Foundation, Inc.
|
||
|
||
This file is part of GCC.
|
||
|
||
GCC is free software; you can redistribute it and/or modify it
|
||
under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation; either version 3, or (at your option)
|
||
any later version.
|
||
|
||
GCC is distributed in the hope that it will be useful, but WITHOUT
|
||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
||
License for more details.
|
||
|
||
Under Section 7 of GPL version 3, you are granted additional
|
||
permissions described in the GCC Runtime Library Exception, version
|
||
3.1, as published by the Free Software Foundation.
|
||
|
||
You should have received a copy of the GNU General Public License and
|
||
a copy of the GCC Runtime Library Exception along with this program;
|
||
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||
<http://www.gnu.org/licenses/>. */
|
||
|
||
/* @@@ Really this should be out of line, but this also causes link
|
||
compatibility problems with the base ABI. This is slightly better
|
||
than duplicating code, however. */
|
||
|
||
#ifndef GCC_UNWIND_PE_H
|
||
#define GCC_UNWIND_PE_H
|
||
|
||
/* If using C++, references to abort have to be qualified with std::. */
|
||
#if __cplusplus
|
||
#define __gxx_abort std::abort
|
||
#else
|
||
#define __gxx_abort abort
|
||
#endif
|
||
|
||
/* Pointer encodings, from dwarf2.h. */
|
||
#define DW_EH_PE_absptr 0x00
|
||
#define DW_EH_PE_omit 0xff
|
||
|
||
#define DW_EH_PE_uleb128 0x01
|
||
#define DW_EH_PE_udata2 0x02
|
||
#define DW_EH_PE_udata4 0x03
|
||
#define DW_EH_PE_udata8 0x04
|
||
#define DW_EH_PE_sleb128 0x09
|
||
#define DW_EH_PE_sdata2 0x0A
|
||
#define DW_EH_PE_sdata4 0x0B
|
||
#define DW_EH_PE_sdata8 0x0C
|
||
#define DW_EH_PE_signed 0x08
|
||
|
||
#define DW_EH_PE_pcrel 0x10
|
||
#define DW_EH_PE_textrel 0x20
|
||
#define DW_EH_PE_datarel 0x30
|
||
#define DW_EH_PE_funcrel 0x40
|
||
#define DW_EH_PE_aligned 0x50
|
||
|
||
#define DW_EH_PE_indirect 0x80
|
||
|
||
|
||
#ifndef NO_SIZE_OF_ENCODED_VALUE
|
||
|
||
/* Given an encoding, return the number of bytes the format occupies.
|
||
This is only defined for fixed-size encodings, and so does not
|
||
include leb128. */
|
||
|
||
static unsigned int
|
||
size_of_encoded_value (unsigned char encoding) __attribute__ ((unused));
|
||
|
||
static unsigned int
|
||
size_of_encoded_value (unsigned char encoding)
|
||
{
|
||
if (encoding == DW_EH_PE_omit)
|
||
return 0;
|
||
|
||
switch (encoding & 0x07)
|
||
{
|
||
case DW_EH_PE_absptr:
|
||
return sizeof (void *);
|
||
case DW_EH_PE_udata2:
|
||
return 2;
|
||
case DW_EH_PE_udata4:
|
||
return 4;
|
||
case DW_EH_PE_udata8:
|
||
return 8;
|
||
}
|
||
__gxx_abort ();
|
||
}
|
||
|
||
#endif
|
||
|
||
#ifndef NO_BASE_OF_ENCODED_VALUE
|
||
|
||
/* Given an encoding and an _Unwind_Context, return the base to which
|
||
the encoding is relative. This base may then be passed to
|
||
read_encoded_value_with_base for use when the _Unwind_Context is
|
||
not available. */
|
||
|
||
static _Unwind_Ptr
|
||
base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
|
||
{
|
||
if (encoding == DW_EH_PE_omit)
|
||
return 0;
|
||
|
||
switch (encoding & 0x70)
|
||
{
|
||
case DW_EH_PE_absptr:
|
||
case DW_EH_PE_pcrel:
|
||
case DW_EH_PE_aligned:
|
||
return 0;
|
||
|
||
case DW_EH_PE_textrel:
|
||
return _Unwind_GetTextRelBase (context);
|
||
case DW_EH_PE_datarel:
|
||
return _Unwind_GetDataRelBase (context);
|
||
case DW_EH_PE_funcrel:
|
||
return _Unwind_GetRegionStart (context);
|
||
}
|
||
__gxx_abort ();
|
||
}
|
||
|
||
#endif
|
||
|
||
/* Read an unsigned leb128 value from P, store the value in VAL, return
|
||
P incremented past the value. We assume that a word is large enough to
|
||
hold any value so encoded; if it is smaller than a pointer on some target,
|
||
pointers should not be leb128 encoded on that target. */
|
||
|
||
static const unsigned char *
|
||
read_uleb128 (const unsigned char *p, _uleb128_t *val)
|
||
{
|
||
unsigned int shift = 0;
|
||
unsigned char byte;
|
||
_uleb128_t result;
|
||
|
||
result = 0;
|
||
do
|
||
{
|
||
byte = *p++;
|
||
result |= ((_uleb128_t)byte & 0x7f) << shift;
|
||
shift += 7;
|
||
}
|
||
while (byte & 0x80);
|
||
|
||
*val = result;
|
||
return p;
|
||
}
|
||
|
||
/* Similar, but read a signed leb128 value. */
|
||
|
||
static const unsigned char *
|
||
read_sleb128 (const unsigned char *p, _sleb128_t *val)
|
||
{
|
||
unsigned int shift = 0;
|
||
unsigned char byte;
|
||
_uleb128_t result;
|
||
|
||
result = 0;
|
||
do
|
||
{
|
||
byte = *p++;
|
||
result |= ((_uleb128_t)byte & 0x7f) << shift;
|
||
shift += 7;
|
||
}
|
||
while (byte & 0x80);
|
||
|
||
/* Sign-extend a negative value. */
|
||
if (shift < 8 * sizeof(result) && (byte & 0x40) != 0)
|
||
result |= -(((_uleb128_t)1L) << shift);
|
||
|
||
*val = (_sleb128_t) result;
|
||
return p;
|
||
}
|
||
|
||
/* Load an encoded value from memory at P. The value is returned in VAL;
|
||
The function returns P incremented past the value. BASE is as given
|
||
by base_of_encoded_value for this encoding in the appropriate context. */
|
||
|
||
static const unsigned char *
|
||
read_encoded_value_with_base (unsigned char encoding, _Unwind_Ptr base,
|
||
const unsigned char *p, _Unwind_Ptr *val)
|
||
{
|
||
union unaligned
|
||
{
|
||
void *ptr;
|
||
unsigned u2 __attribute__ ((mode (HI)));
|
||
unsigned u4 __attribute__ ((mode (SI)));
|
||
unsigned u8 __attribute__ ((mode (DI)));
|
||
signed s2 __attribute__ ((mode (HI)));
|
||
signed s4 __attribute__ ((mode (SI)));
|
||
signed s8 __attribute__ ((mode (DI)));
|
||
} __attribute__((__packed__));
|
||
|
||
const union unaligned *u = (const union unaligned *) p;
|
||
_Unwind_Internal_Ptr result;
|
||
|
||
if (encoding == DW_EH_PE_aligned)
|
||
{
|
||
_Unwind_Internal_Ptr a = (_Unwind_Internal_Ptr) p;
|
||
a = (a + sizeof (void *) - 1) & - sizeof(void *);
|
||
result = *(_Unwind_Internal_Ptr *) a;
|
||
p = (const unsigned char *) (_Unwind_Internal_Ptr) (a + sizeof (void *));
|
||
}
|
||
else
|
||
{
|
||
switch (encoding & 0x0f)
|
||
{
|
||
case DW_EH_PE_absptr:
|
||
result = (_Unwind_Internal_Ptr) u->ptr;
|
||
p += sizeof (void *);
|
||
break;
|
||
|
||
case DW_EH_PE_uleb128:
|
||
{
|
||
_uleb128_t tmp;
|
||
p = read_uleb128 (p, &tmp);
|
||
result = (_Unwind_Internal_Ptr) tmp;
|
||
}
|
||
break;
|
||
|
||
case DW_EH_PE_sleb128:
|
||
{
|
||
_sleb128_t tmp;
|
||
p = read_sleb128 (p, &tmp);
|
||
result = (_Unwind_Internal_Ptr) tmp;
|
||
}
|
||
break;
|
||
|
||
case DW_EH_PE_udata2:
|
||
result = u->u2;
|
||
p += 2;
|
||
break;
|
||
case DW_EH_PE_udata4:
|
||
result = u->u4;
|
||
p += 4;
|
||
break;
|
||
case DW_EH_PE_udata8:
|
||
result = u->u8;
|
||
p += 8;
|
||
break;
|
||
|
||
case DW_EH_PE_sdata2:
|
||
result = u->s2;
|
||
p += 2;
|
||
break;
|
||
case DW_EH_PE_sdata4:
|
||
result = u->s4;
|
||
p += 4;
|
||
break;
|
||
case DW_EH_PE_sdata8:
|
||
result = u->s8;
|
||
p += 8;
|
||
break;
|
||
|
||
default:
|
||
__gxx_abort ();
|
||
}
|
||
|
||
if (result != 0)
|
||
{
|
||
result += ((encoding & 0x70) == DW_EH_PE_pcrel
|
||
? (_Unwind_Internal_Ptr) u : base);
|
||
if (encoding & DW_EH_PE_indirect)
|
||
result = *(_Unwind_Internal_Ptr *) result;
|
||
}
|
||
}
|
||
|
||
*val = result;
|
||
return p;
|
||
}
|
||
|
||
#ifndef NO_BASE_OF_ENCODED_VALUE
|
||
|
||
/* Like read_encoded_value_with_base, but get the base from the context
|
||
rather than providing it directly. */
|
||
|
||
static inline const unsigned char *
|
||
read_encoded_value (struct _Unwind_Context *context, unsigned char encoding,
|
||
const unsigned char *p, _Unwind_Ptr *val)
|
||
{
|
||
return read_encoded_value_with_base (encoding,
|
||
base_of_encoded_value (encoding, context),
|
||
p, val);
|
||
}
|
||
|
||
#endif
|
||
|
||
#endif /* unwind-pe.h */
|