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 \
getpwd.c \
hashtab.c \
lbasename.c \
md5.c \
obstack.c \
partition.c \
pexecute.c \
splay-tree.c \
splay-tree.c
do
cp -ip ../libiberty/$F .
done
for F in \
ansidecl.h
demangle.h
dyn-string.h
getopt.h
hashtab.h
libiberty.h
obstack.h
partition.h
splay-tree.h
ansidecl.h \
demangle.h \
dyn-string.h \
getopt.h \
hashtab.h \
libiberty.h \
obstack.h \
partition.h \
splay-tree.h \
symcat.h
do
cp -ip ../include/$F .

View File

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