Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 10:44:11 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "David O'Brien" <obrien@FreeBSD.org>, current@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/lib/csu Makefile src/gnu/lib/libgcc Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libstdc++ Makefile config.h src/gnu/lib/libsupc++ Makefile src/gnu/usr.bin/cc Makefile Makefile.fe Makefile.inc ...
Message-ID:  <20020511074411.GA87663@sunbay.com>
In-Reply-To: <20020510164153.B1221@dragon.nuxi.com>
References:  <200205100854.g4A8soc37068@freefall.freebsd.org> <20020510150427.GA14295@sunbay.com> <20020510164153.B1221@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, May 10, 2002 at 04:41:53PM -0700, David O'Brien wrote:
> On Fri, May 10, 2002 at 06:04:27PM +0300, Ruslan Ermilov wrote:
> > >   Bmake bits for Gcc 3.1.
> >  =20
> > This also vanished my YACC building fixes and broke world while
> > attempting to build `cc1plus' in a cross-tools stage.  The changes
> > below fix this and CLEANFILES.
>=20
> These changes are wrong.
> =20
These changes have been verified to produce the same binaries
(except for cc1plus which is just broken without them), and
they are equivalent to what was already in -CURRENT before
your WIP_GCC31 merge commit.

> > RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc1/Makefile,v
> ...
> > -c-parse.c: c-parse.in
> > +c-parse.y: c-parse.in
> >  	sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
> >  	    -e "/^ifc$$/d" \
> >  	    -e "/^end ifc$$/d" \
> > -	    ${GCCDIR}/c-parse.in > c-parse.y
> > -	${YACC} -o c-parse.c.in c-parse.y
> > -	sed -e "s/malloc/xmalloc/g" \
> > +	    -e "s/malloc/xmalloc/g" \
> >  	    -e "s/realloc/xrealloc/g" \
> > -	    c-parse.c.in >c-parse.c
> > +	    ${.ALLSRC} > ${.TARGET}
>=20
> The malloc usage is in the Byacc output, not the input.
>=20
There's no difference, [b]yacc just copies C code blocks intact.


Cheers,
--=20
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

--J2SCkAp4GZ/dPZZf
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE83MvLUkv4P6juNwoRArWcAJ4wGXUq5O6eP00C19Mt4q0mb/kChACcC/TV
dTn9C+Dx/QrYcKWJ8wRe3Sw=
=Rle4
-----END PGP SIGNATURE-----

--J2SCkAp4GZ/dPZZf--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020511074411.GA87663>