mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
libiberty file list for the 11-July-2000 import.
This commit is contained in:
parent
db8ed62873
commit
5a108f415b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79643
35
contrib/gcc/FREEBSD-libiberty
Normal file
35
contrib/gcc/FREEBSD-libiberty
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user