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$ $FreeBSD$
.cvsignore .cvsignore
config.if
mkdep mkdep
*-hp* *-hp*
*-mac* *-mac*
@ -11,12 +10,16 @@ mkdep
*/arlex.c */arlex.c
*/arparse.[ch] */arparse.[ch]
*/deflex.c */deflex.c
*/etc
*/gettext*
*/gprof */gprof
*/intl/* */intl/*
*/itbl-lex.c */itbl-lex.c
*/itbl-parse.[ch] */itbl-parse.[ch]
*/ldgram.[ch] */ldgram.[ch]
*/ldlex.c */ldlex.c
*/libtool*
*/ltcf*
*/sysinfo.[ch] */sysinfo.[ch]
*/syslex.c */syslex.c
*/testsuite */testsuite
@ -31,9 +34,14 @@ mkdep
*adobe* *adobe*
*aix* *aix*
*apollo* *apollo*
*/arc[-.]*
*-arc[-.]*
*arcelf*
*beos* *beos*
*bout* *bout*
*cisco* *cisco*
*/cgen*
*cris*
*d10v* *d10v*
*delt88* *delt88*
*delta* *delta*
@ -42,6 +50,7 @@ mkdep
*dos* *dos*
*dpx2* *dpx2*
*dynix* *dynix*
*efi[-.]*
*epoc* *epoc*
*go32* *go32*
*h8[35]00* *h8[35]00*
@ -49,15 +58,20 @@ mkdep
*hp[-.]* *hp[-.]*
*hppa* *hppa*
*hpux* *hpux*
*ia32*
*ia64*
*interix* *interix*
*irix* *irix*
*lynx* *lynx*
*m32r* *m32r*
*m[68]8k* *m[68]8[hk]*
*mac-* *mac-*
*mach* *mach*
*mcore* *mcore*
*mips* *mips*
*bmip*
*lmip*
*smip*
*mpw* *mpw*
*netware* *netware*
*news* *news*
@ -72,8 +86,11 @@ mkdep
*riscix* *riscix*
*riscos* *riscos*
*rs6000* *rs6000*
*rs6k*
*sa29200* *sa29200*
*shpe* *shpe*
*shl[-.]*
*shlelf*
*som* *som*
*st2000* *st2000*
*sun* *sun*
@ -86,6 +103,7 @@ mkdep
*w65* *w65*
*we32k* *we32k*
*win* *win*
*x86[-_]64*
*xcoff* *xcoff*
*i370* *i370*
*avr* *avr*
@ -93,6 +111,7 @@ mkdep
*tic80* *tic80*
*d30v* *d30v*
*fr30* *fr30*
*-sh.* */sh[-.]*
*-sh[-.]*
*pj* *pj*
*ver.texi *ver.texi

View File

@ -3,8 +3,8 @@ $FreeBSD$
To strip down a new version of GNU binutils for import, extract To strip down a new version of GNU binutils for import, extract
the files like this: the files like this:
tar -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist
tar -xvzf binutils-2.10.1.tar.gz include/elf 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 Don't eliminate the *z8* files. They're needed because of a stupid
hard-coded configure script in the opcodes subdirectory. hard-coded configure script in the opcodes subdirectory.
@ -16,7 +16,7 @@ the vendor.
The vendor import was done by: 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 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 in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new