Update for the Bintuils 2.11.0 import.

This commit is contained in:
David E. O'Brien 2001-05-28 17:48:04 +00:00
parent 2722315d70
commit ef734dd386
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77357
2 changed files with 25 additions and 6 deletions

View File

@ -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

View File

@ -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