diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-10 05:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-10 05:21:15 +0000 |
commit | 94657754614fd4ffb765f7d897a5c5889dba777a (patch) | |
tree | b492e71aef439c5dcac9e4c616b08222a9a23fcb | |
parent | ffded50e969b62af99fe0f2ebd81124031957424 (diff) | |
download | FreeBSD-src-94657754614fd4ffb765f7d897a5c5889dba777a.zip FreeBSD-src-94657754614fd4ffb765f7d897a5c5889dba777a.tar.gz |
Import data for 3.0.2.
-rw-r--r-- | contrib/gcc/FREEBSD-libiberty | 22 | ||||
-rw-r--r-- | contrib/gcc/FREEBSD-upgrade | 20 |
2 files changed, 20 insertions, 22 deletions
diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty index 0c08f87..1b8c249 100644 --- a/contrib/gcc/FREEBSD-libiberty +++ b/contrib/gcc/FREEBSD-libiberty @@ -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 . diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade index 0f025ee..922f8eb 100644 --- a/contrib/gcc/FREEBSD-upgrade +++ b/contrib/gcc/FREEBSD-upgrade @@ -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. |