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
c1df0e1a
Commit
c1df0e1a
authored
15 years ago
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert part of r147883 that breaks ABI
From-SVN: r147915
parent
634fa334
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
+10
-1
libgfortran/ChangeLog
+6
-0
libgfortran/libgfortran.h
+3
-0
libgfortran/runtime/main.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
c1df0e1a
2009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/39178
* runtime/main.c (store_exe_path): Remove static attribute.
* libgfortran.h: Add back store_exe_path prototype.
2009-05-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/40187
...
...
This diff is collapsed.
Click to expand it.
libgfortran/libgfortran.h
View file @
c1df0e1a
...
...
@@ -610,6 +610,9 @@ export_proto(set_args);
extern
void
get_args
(
int
*
,
char
***
);
internal_proto
(
get_args
);
extern
void
store_exe_path
(
const
char
*
);
export_proto
(
store_exe_path
);
extern
char
*
full_exe_path
(
void
);
internal_proto
(
full_exe_path
);
...
...
This diff is collapsed.
Click to expand it.
libgfortran/runtime/main.c
View file @
c1df0e1a
...
...
@@ -74,7 +74,7 @@ static int please_free_exe_path_when_done;
/* Save the path under which the program was called, for use in the
backtrace routines. */
static
void
void
store_exe_path
(
const
char
*
argv0
)
{
#ifndef PATH_MAX
...
...
This diff is collapsed.
Click to expand it.
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