Import data for 3.0.2.

This commit is contained in:
David E. O'Brien 2002-05-10 05:21:15 +00:00
parent a51eb7c321
commit c16b9cb4c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96330
2 changed files with 20 additions and 22 deletions

View File

@ -11,24 +11,26 @@ for F in \
getopt1.c \ getopt1.c \
getpwd.c \ getpwd.c \
hashtab.c \ hashtab.c \
lbasename.c \
md5.c \
obstack.c \ obstack.c \
partition.c \ partition.c \
pexecute.c \ pexecute.c \
splay-tree.c \ splay-tree.c
do do
cp -ip ../libiberty/$F . cp -ip ../libiberty/$F .
done done
for F in \ for F in \
ansidecl.h ansidecl.h \
demangle.h demangle.h \
dyn-string.h dyn-string.h \
getopt.h getopt.h \
hashtab.h hashtab.h \
libiberty.h libiberty.h \
obstack.h obstack.h \
partition.h partition.h \
splay-tree.h splay-tree.h \
symcat.h symcat.h
do do
cp -ip ../include/$F . cp -ip ../include/$F .

View File

@ -1,17 +1,13 @@
$FreeBSD$ $FreeBSD$
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc login tar -xvjf gcc-3.0.2.tar.bz2 -X FREEBSD-Xlist
# password is "anoncvs"
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc co -D '7/11/2000 11:43' cd gcc-3.0.2/gcc
egcs/gcc egcs/libiberty sh FREEBSD-libiberty
for F in `cat FREEBSD-deletelist` ; do rm -rfv "$F" ; done cvs import src/contrib/gcc FSF gcc_3_0_2
for F in `cat FREEBSD-deletelist` ; do find . -name "$F" -exec rm -rfv {} \; ; done
cd egcs/gcc If you decide to bring in more of the files, import them -- don't
mv -iv config/i386/freebsd.h config/i386/freebsd-aout.h use ``cvs add''. And please remember to adjust the contents of
mv -iv config/i386/freebsd-elf.h config/i386/freebsd.h "FREEBSD-Xlist" so that it reflects what is really imported from
cp -pv config/i386/freebsd.h config/i386/freebsd.h.fixed the vendor.
cvs import src/contrib/gcc FSF gcc_cvs_20000711_1143