Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0c23b0b2
Commit
0c23b0b2
authored
Oct 28, 1997
by
Jody Goldberg
Committed by
Jeff Law
Oct 28, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (CFILES): Add pexecute.c.
From-SVN: r16226
parent
ba3b3878
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/Makefile.in
+1
-1
No files found.
libiberty/ChangeLog
View file @
0c23b0b2
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.
...
...
libiberty/Makefile.in
View file @
0c23b0b2
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment