From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: hjl@lucon.org Cc: block@zk3.dec.com, binutils@sourceware.cygnus.com, nickc@cygnus.com Subject: Re: New ABI demangler support in binutils Date: Thu, 15 Jun 2000 13:39:00 -0000 Message-id: <20000615203309.7875.qmail@daffy.airs.com> References: <200006151915.MAA20221@elmo.cygnus.com> <20000615192315.7377.qmail@daffy.airs.com> <20000615133117.A21835@lucon.org> X-SW-Source: 2000-06/msg00291.html Date: Thu, 15 Jun 2000 13:31:17 -0700 From: "H . J . Lu" On Thu, Jun 15, 2000 at 12:23:15PM -0700, Ian Lance Taylor wrote: > > The libraries should be identical. I used to periodically simply > import the gcc libiberty into the binutils libiberty. No changes > should be checked into the binutils libiberty without being first > checked into the gcc libiberty. I synced my libiberty with gcc. I built/checked it under Linux/ia32. I am doing those on Linux/alpha, Solaris/ia32 and Solaris/Sparc now. Assuming everything is ok, how should I sync it? Should I use "cvs import" or "cvs add/ci"? I prefer "cvs add/ci". I can't remember which I did in the past. Probably just `cvs add/ci'. If I did `cvs import', you'll be able to see that in the `cvs log' output. Ian