aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorJody Goldberg <jodyg@idt.net>1997-10-28 23:39:04 -0700
committerJeff Law <law@gcc.gnu.org>1997-10-28 23:39:04 -0700
commit0c23b0b21fcdb0a27a5b530ca17aae5a686a23ff (patch)
tree8a4a31c5abc689bb132c95d887b65bb46285e96c /libiberty
parentba3b38784c486a363d676df2543be51d0eb357a0 (diff)
downloadgcc-0c23b0b21fcdb0a27a5b530ca17aae5a686a23ff.zip
gcc-0c23b0b21fcdb0a27a5b530ca17aae5a686a23ff.tar.gz
gcc-0c23b0b21fcdb0a27a5b530ca17aae5a686a23ff.tar.bz2
* Makefile.in (CFILES): Add pexecute.c.
From-SVN: r16226
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 6b96448..2be5d3e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
+
+ * Makefile.in (CFILES): Add pexecute.c.
+
Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
* asprintf.c: Consistently use either stdarg or varargs.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 9d0f914..7afac09 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -151,7 +151,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c bzero.c \
getcwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
floatformat.c hex.c index.c insque.c \
memchr.c memcmp.c memcpy.c memmove.c memset.c objalloc.c \
- obstack.c random.c rename.c rindex.c sigsetmask.c spaces.c \
+ obstack.c pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \
strcasecmp.c strncasecmp.c \
strchr.c strdup.c strerror.c strrchr.c strsignal.c \
strstr.c strtod.c strtol.c strtoul.c tmpnam.c \