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
19e28e2a
Commit
19e28e2a
authored
Sep 02, 1999
by
Marc Espie
Committed by
Jeff Law
Sep 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pexecute.c (pexecute): Fill in temp_base when needed.
From-SVN: r29053
parent
34640c87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libiberty/ChangeLog
+4
-0
libiberty/pexecute.c
+2
-0
No files found.
libiberty/ChangeLog
View file @
19e28e2a
Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
* pexecute.c (pexecute): Fill in temp_base when needed.
1999-08-31 Richard Henderson <rth@cygnus.com>
* getpwd.c: Check HAVE_GETCWD before defining it away.
...
...
libiberty/pexecute.c
View file @
19e28e2a
...
...
@@ -156,6 +156,8 @@ pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
FILE
*
argfile
;
int
i
,
el
=
flags
&
PEXECUTE_SEARCH
?
4
:
0
;
if
(
temp_base
==
0
)
temp_base
=
choose_temp_base
();
scmd
=
(
char
*
)
xmalloc
(
strlen
(
program
)
+
strlen
(
temp_base
)
+
6
+
el
);
rf
=
scmd
+
strlen
(
program
)
+
2
+
el
;
sprintf
(
scmd
,
"%s%s @%s.gp"
,
program
,
...
...
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