summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/FREEBSD-libiberty
blob: 1b8c24940c4b6de7b6cd476ef83103a515d72a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#! /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	\
	lbasename.c	\
	md5.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