diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-12 19:03:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-12 19:03:33 +0000 |
commit | 5a108f415bd16b95cffc5ab62108f4b7b33286f8 (patch) | |
tree | 5272865f84e6f21f82f74a3cf0e21e948ae376e3 /contrib/gcc/FREEBSD-libiberty | |
parent | db8ed628730f17baecd563bac0aa479e2b094726 (diff) |
libiberty file list for the 11-July-2000 import.
Notes
Notes:
svn path=/head/; revision=79643
Diffstat (limited to 'contrib/gcc/FREEBSD-libiberty')
-rw-r--r-- | contrib/gcc/FREEBSD-libiberty | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty new file mode 100644 index 000000000000..0c08f8712709 --- /dev/null +++ b/contrib/gcc/FREEBSD-libiberty @@ -0,0 +1,35 @@ +#! /bin/sh + +# $FreeBSD$ + +for F in \ + choose-temp.c \ + cp-demangle.c \ + cplus-dem.c \ + dyn-string.c \ + getopt.c \ + getopt1.c \ + getpwd.c \ + hashtab.c \ + obstack.c \ + partition.c \ + pexecute.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 + symcat.h +do + cp -ip ../include/$F . +done |