From 631aa159a9d21e2ff60b5e3a5e9cbc6260d5c198 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 12 Jul 2001 19:03:33 +0000 Subject: libiberty file list for the 11-July-2000 import. --- contrib/gcc/FREEBSD-libiberty | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 contrib/gcc/FREEBSD-libiberty (limited to 'contrib/gcc') 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 -- cgit v1.1