summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-12 19:03:33 +0000
committerobrien <obrien@FreeBSD.org>2001-07-12 19:03:33 +0000
commit631aa159a9d21e2ff60b5e3a5e9cbc6260d5c198 (patch)
tree5272865f84e6f21f82f74a3cf0e21e948ae376e3 /contrib/gcc
parent07f2cbf4680df967cf604dd3014835adea2d00a5 (diff)
downloadFreeBSD-src-631aa159a9d21e2ff60b5e3a5e9cbc6260d5c198.zip
FreeBSD-src-631aa159a9d21e2ff60b5e3a5e9cbc6260d5c198.tar.gz
libiberty file list for the 11-July-2000 import.
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/FREEBSD-libiberty35
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty
new file mode 100644
index 0000000..0c08f87
--- /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
OpenPOWER on IntegriCloud