Patch: revised gc changes for embedded target

Boehm, Hans hans_boehm@hp.com
Fri Feb 8 12:21:00 GMT 2002


Looks good to me.

Hans

-----Original Message-----
From: Anthony Green
To: java-patches@gcc.gnu.org
Sent: 2/8/02 6:41 AM
Subject: Patch: revised gc changes for embedded target


Here's my revised patch from November.  It takes into account Hans'
comments made here:

	http://gcc.gnu.org/ml/java-patches/2001-q4/msg00226.html

Ok?


2001-02-08  Anthony Green  <green@redhat.com>

	* include/private/gcconfig.h: Add XSCALE NOSYS support for bare
	  board embedded targets.
	* os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
	  Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
	  redundant uses of ECOS.
	* misc.c: Use NOSYS where ECOS is being used.
	  Don't define GC_write twice for ECOS systems.
	  (GC_write): New function for NOSYS targets.



More information about the Java-patches mailing list