public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix boehm-gc 6.6 merge fallout on darwin ppc
@ 2006-01-25 10:31 Andreas Tobler
  2006-01-25 18:40 ` Bryce McKinlay
  2006-01-25 19:38 ` Bryce McKinlay
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Tobler @ 2006-01-25 10:31 UTC (permalink / raw)
  To: Java Patches, Bryce McKinlay; +Cc: Hans Boehm

Hello,

the boehm-gc merge has a little problem which leads to an unresolved 
_GC_push_regs on darwin ppc.

The reason is a renamer in the Makefile.am

The attached patch should fix this.

Side note, the test works again since a long time :)

Completed 3 tests
Allocated 5708140 collectable objects
Allocated 306 uncollectable objects
Allocated 3750000 atomic objects
Allocated 34440 stubborn objects
Finalized 6622/6622 objects - finalization is probably ok
Total number of bytes allocated is 293321284
Final heap size is 16392192 bytes
Collector appears to work
Completed 187 collections
PASS: gctest
==================
All 1 tests passed
==================

Ok for main?

Andreas


2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>

	* Makefile.am (asm_libgcjgc_sources): Rename to to asm_libgcjgc_sources.
	* Makefile.in: Regenrate.

Index: Makefile.am
===================================================================
--- Makefile.am (revision 110205)
+++ Makefile.am (working copy)
@@ -12,9 +12,9 @@
  noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la

  if POWERPC_DARWIN
-asm_libgc_sources = powerpc_darwin_mach_dep.s
+asm_libgcjgc_sources = powerpc_darwin_mach_dep.s
  else
-asm_libgc_sources =
+asm_libgcjgc_sources =
  endif

  libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c 
dbg_mlc.c \

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] fix boehm-gc 6.6 merge fallout on darwin ppc
  2006-01-25 10:31 [patch] fix boehm-gc 6.6 merge fallout on darwin ppc Andreas Tobler
@ 2006-01-25 18:40 ` Bryce McKinlay
  2006-01-25 19:38 ` Bryce McKinlay
  1 sibling, 0 replies; 4+ messages in thread
From: Bryce McKinlay @ 2006-01-25 18:40 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: Java Patches, Hans Boehm

Andreas Tobler wrote:
> Hello,
>
> the boehm-gc merge has a little problem which leads to an unresolved 
> _GC_push_regs on darwin ppc.
>
> The reason is a renamer in the Makefile.am
>
> The attached patch should fix this.
>
> Side note, the test works again since a long time :)
>
> Completed 3 tests
> Allocated 5708140 collectable objects
> Allocated 306 uncollectable objects
> Allocated 3750000 atomic objects
> Allocated 34440 stubborn objects
> Finalized 6622/6622 objects - finalization is probably ok
> Total number of bytes allocated is 293321284
> Final heap size is 16392192 bytes
> Collector appears to work
> Completed 187 collections
> PASS: gctest
> ==================
> All 1 tests passed
> ==================
>
> Ok for main?

Yes, thanks. Sorry for missing that.

Bryce


>
> 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
>
>     * Makefile.am (asm_libgcjgc_sources): Rename to to 
> asm_libgcjgc_sources.
>     * Makefile.in: Regenrate.
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] fix boehm-gc 6.6 merge fallout on darwin ppc
  2006-01-25 10:31 [patch] fix boehm-gc 6.6 merge fallout on darwin ppc Andreas Tobler
  2006-01-25 18:40 ` Bryce McKinlay
@ 2006-01-25 19:38 ` Bryce McKinlay
  2006-01-25 20:09   ` Andreas Tobler
  1 sibling, 1 reply; 4+ messages in thread
From: Bryce McKinlay @ 2006-01-25 19:38 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: Java Patches

Andreas Tobler wrote:
> Ok for main?
>
> Andreas
>
>
> 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
>
>     * Makefile.am (asm_libgcjgc_sources): Rename to to 
> asm_libgcjgc_sources.
>     * Makefile.in: Regenrate.

I have checked this in. Thanks!

Bryce

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] fix boehm-gc 6.6 merge fallout on darwin ppc
  2006-01-25 19:38 ` Bryce McKinlay
@ 2006-01-25 20:09   ` Andreas Tobler
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Tobler @ 2006-01-25 20:09 UTC (permalink / raw)
  To: Bryce McKinlay; +Cc: Java Patches

Bryce McKinlay wrote:
> Andreas Tobler wrote:
>> Ok for main?
>>
>> Andreas
>>
>>
>> 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
>>
>>     * Makefile.am (asm_libgcjgc_sources): Rename to to 
>> asm_libgcjgc_sources.
>>     * Makefile.in: Regenrate.
> 
> I have checked this in. Thanks!

Thanks,

I'd have done it now, but ... you were faster.

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-25 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-25 10:31 [patch] fix boehm-gc 6.6 merge fallout on darwin ppc Andreas Tobler
2006-01-25 18:40 ` Bryce McKinlay
2006-01-25 19:38 ` Bryce McKinlay
2006-01-25 20:09   ` Andreas Tobler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).