gcc/libjava
Patrick Marlier e00db51142 re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11)
2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
	    Jack Howarth  <howarth@bromo.med.uc.edu>

boehm-gc/

	PR boehm-gc/52179
	* include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
	* include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
	pthread_get_stackaddr_np when available.
	* configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
	* configure: Regenerate.

libjava/

	PR target/49461
	* configure.ac (SYSTEMSPEC): No longer pass -no_pie for darwin11.
	* configure: Regenerate.


Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu>

From-SVN: r184555
2012-02-24 15:21:12 +00:00
..
classpath gcc.c (process_command): Update copyright notice dates. 2012-01-01 20:09:46 +01:00
contrib
gcj
gnu gcc.c (process_command): Update copyright notice dates. 2012-01-01 20:09:46 +01:00
include Support 64-bit libjava multilib for i?86-linux 2011-12-20 12:18:26 +00:00
java re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) 2012-02-01 11:46:36 +01:00
javax
libltdl Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
org
scripts
sun
sysdep re PR libgcj/49193 (__sync_xxxx builtins aren't used in sysdep/*/locks.h) 2011-12-27 10:40:23 +01:00
testsuite
aclocal.m4
boehm.cc
ChangeLog re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11) 2012-02-24 15:21:12 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011 2012-01-09 Richard Guenther <rguenther@suse.de> 2012-01-09 10:11:38 +00:00
configure re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11) 2012-02-24 15:21:12 +00:00
configure.ac re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11) 2012-02-24 15:21:12 +00:00
configure.host re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only i386-solaris*).) 2011-07-07 09:24:16 +00:00
COPYING
darwin.cc
defineclass.cc
ecjx.cc
exception.cc exception.cc (parse_lsda_header): hardcode ttype_encoding for older ARM EABI toolchains. 2011-10-20 13:56:12 +00:00
gij.cc
HACKING
headers.txt
interpret-run.cc
interpret.cc re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) 2012-02-01 11:46:36 +01:00
jni-libjvm.cc
jni.cc
jvmti.cc
libgcj_bc.c
LIBGCJ_LICENSE
libgcj-noncore-dummy.def
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libgcj.ver
libtool-version libtool-version: Bump soversion. 2011-07-07 18:10:16 +00:00
link.cc
Makefile.am Makefile.in (UNWIND_H): Remove. 2011-08-05 14:37:48 +00:00
Makefile.in Makefile.in (UNWIND_H): Remove. 2011-08-05 14:37:48 +00:00
mauve-libgcj
mingwld.m4
NEWS
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc
posix.cc
prims.cc re PR bootstrap/50888 (Bootstrap failure in libjava against latest git glibc) 2011-11-24 08:18:16 +01:00
README * README: Refer to our generic bug reporting page. 2011-04-24 10:04:26 +00:00
shlibpath.m4
sources.am
stacktrace.cc
standard.omit.in
THANKS
verify.cc
win32-threads.cc
win32.cc

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please refer to

		http://gcc.gnu.org/bugs/

on when and how to submit a bug report.