gcc/libjava/sysdep
Ranjit Mathew 3379268423 javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.
* gcj/javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in
	C99.
	* include/java-stack.h: Include stdlib.h.
	(_Jv_AddrInfo): New structure to hold address information.
	* include/posix.h (_Jv_platform_dladdr): Declare.
	* include/win32.h (_Jv_platform_dladdr): Declare.
	(backtrace): Remove declaration.
	* posix.cc: Include dlfcn.h if available.  Include java-stack.h.
	(_Jv_platform_dladdr): Define.
	* win32.cc: Include string.h.  Include java-stack.h.
	(backtrace): Remove.
	(_Jv_platform_dladdr): Define.
	* sysdep/i386/backtrace.h (fallback_backtrace): Check that a potential
	frame pointer value is 32-bit word-aligned.  Use operand of the CALL
	instruction calling the current function to find its starting address.
	* stacktrace.cc: Do not include dlfcn.h.  Include platform.h.
	(_Jv_StackTrace::getLineNumberForFrame): Use _Jv_platform_dladdr()
	instead of dladdr().
	(_Jv_StackTrace::GetStackTraceElements): Use nCodeMap even for Windows.
	(_Jv_StackTrace::GetClassContext): Use fallback_backtrace() for
	targets with SJLJ exceptions instead of using _Unwind_Backtrace().
	(_Jv_StackTrace::GetFirstNonSystemClassLoader): Likewise.

From-SVN: r115069
2006-06-29 14:57:39 +00:00
..
alpha
generic New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
i386 javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99. 2006-06-29 14:57:39 +00:00
ia64 locks.h: Include ia64intrin.h. 2003-03-22 17:38:00 -08:00
mips mips-signal.h: New file. 2003-10-22 16:35:17 +00:00
pa configure.ac: Add the POSIX thread libs to the HP-UX PA configuration. 2006-05-20 23:33:07 +02:00
powerpc locks.h: Use 64-bit versions of primitives when __LP64__ is defined rather than... 2005-09-28 22:46:48 +00:00
s390 configure.host [s390*-*]: Enable Java interpreter. 2002-10-08 14:57:37 +00:00
sh configure.host: Add SH support. 2002-08-01 05:34:54 +00:00
sparc locks.h (__cas_start_atomic): %g0 --> %%g0. 2003-10-28 06:19:23 -08:00
x86-64 locks.h: Don't use in/out memory constraints. 2004-01-16 17:25:26 +00:00
descriptor-n.h re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) 2005-05-25 16:24:07 -07:00
descriptor-y.h re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) 2005-05-25 16:24:07 -07:00