On Mon, Aug 30, 2010 at 09:51:09PM +0200, Uros Bizjak wrote: > > So, attached and untested. > > Uros.
I tested your patch on x86_64-*-freebsd. My ppl and cloog libraries were built with FreeBSD's system gcc (4.2.1). All tests failed due to missing symbols that are marked GCC_3.0. > Index: gcc/config/i386/t-freebsd > =================================================================== > --- gcc/config/i386/t-freebsd (revision 0) > +++ gcc/config/i386/t-freebsd (revision 0) > @@ -0,0 +1 @@ > +SHLIB_MAPFILES = $(srcdir)/config/i386/libgcc-bsd.ver Changing the = to += seems to fix the problem. My regression testing is still running, so I can't report stats. -- Steve