------- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-02 09:41 ------- (In reply to comment #10) > (In reply to comment #9) > > I think it is the same problem with Boehm-GC on ARM/Linux that > > has been solved in upstream sources. > > Has this fix been officially submited to gcc for inclusion in 4.0.X?
We import the Boehm-GC from time to time into mainline CVS (GCC) from upstream sources. I think upstream sources already have this patch applied. It is unlikely that the 4.0.x series will pick up an updated Boehm-GC, though mainline can (although it is a bit too close to the 4.1 freeze). In the interim, you can see if this resolves your issue and get by with a local patch. > Are any fixes required on the target itself (ie. in it's libraries) or just on > the arm-linux-gcj cross compiler source? Sorry, I don't know the answer to this as I work on x86-linux only. But from perusing the related messages, it does not look like any other change is needed, but I might be mistaken. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23662