From ef734dd386f62d6e9d7067a214a99ee1f39aec3c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 28 May 2001 17:48:04 +0000 Subject: [PATCH] Update for the Bintuils 2.11.0 import. --- contrib/binutils/FREEBSD-Xlist | 25 ++++++++++++++++++++++--- contrib/binutils/FREEBSD-upgrade | 6 +++--- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/contrib/binutils/FREEBSD-Xlist b/contrib/binutils/FREEBSD-Xlist index c8720dcfee06..af18d97b0967 100644 --- a/contrib/binutils/FREEBSD-Xlist +++ b/contrib/binutils/FREEBSD-Xlist @@ -1,6 +1,5 @@ $FreeBSD$ .cvsignore -config.if mkdep *-hp* *-mac* @@ -11,12 +10,16 @@ mkdep */arlex.c */arparse.[ch] */deflex.c +*/etc +*/gettext* */gprof */intl/* */itbl-lex.c */itbl-parse.[ch] */ldgram.[ch] */ldlex.c +*/libtool* +*/ltcf* */sysinfo.[ch] */syslex.c */testsuite @@ -31,9 +34,14 @@ mkdep *adobe* *aix* *apollo* +*/arc[-.]* +*-arc[-.]* +*arcelf* *beos* *bout* *cisco* +*/cgen* +*cris* *d10v* *delt88* *delta* @@ -42,6 +50,7 @@ mkdep *dos* *dpx2* *dynix* +*efi[-.]* *epoc* *go32* *h8[35]00* @@ -49,15 +58,20 @@ mkdep *hp[-.]* *hppa* *hpux* +*ia32* +*ia64* *interix* *irix* *lynx* *m32r* -*m[68]8k* +*m[68]8[hk]* *mac-* *mach* *mcore* *mips* +*bmip* +*lmip* +*smip* *mpw* *netware* *news* @@ -72,8 +86,11 @@ mkdep *riscix* *riscos* *rs6000* +*rs6k* *sa29200* *shpe* +*shl[-.]* +*shlelf* *som* *st2000* *sun* @@ -86,6 +103,7 @@ mkdep *w65* *we32k* *win* +*x86[-_]64* *xcoff* *i370* *avr* @@ -93,6 +111,7 @@ mkdep *tic80* *d30v* *fr30* -*-sh.* +*/sh[-.]* +*-sh[-.]* *pj* *ver.texi diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade index 2d785c62540b..e682785c2f81 100644 --- a/contrib/binutils/FREEBSD-upgrade +++ b/contrib/binutils/FREEBSD-upgrade @@ -3,8 +3,8 @@ $FreeBSD$ To strip down a new version of GNU binutils for import, extract the files like this: - tar -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist - tar -xvzf binutils-2.10.1.tar.gz include/elf + tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist + tar -xvjf binutils-2.11.tar.bz2 binutils-2.11/include/elf Don't eliminate the *z8* files. They're needed because of a stupid hard-coded configure script in the opcodes subdirectory. @@ -16,7 +16,7 @@ the vendor. The vendor import was done by: - cvs import src/contrib/binutils GNU binutils_2_10_1 + cvs import src/contrib/binutils GNU binutils_2_11_0 Note that many of the files generated by GNU configure are present pre-built in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new