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
888a9854
Commit
888a9854
authored
Aug 29, 2017
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: fix Stat_t on AIX
Reviewed-on:
https://go-review.googlesource.com/59911
From-SVN: r251436
parent
6fa7df98
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/go/gofrontend/MERGE
+1
-1
libgo/mksysinfo.sh
+1
-0
No files found.
gcc/go/gofrontend/MERGE
View file @
888a9854
a28f1d8aa306bdb5166af1f087e5f5027ce51d6d
03a2c6be0c6e2b8ef62a5a424c5518bfb7cce0b9
The first line of this file holds the git revision number of the last
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
merge done from the gofrontend repository.
libgo/mksysinfo.sh
View file @
888a9854
...
@@ -462,6 +462,7 @@ fi | sed -e 's/type _stat64/type Stat_t/' \
...
@@ -462,6 +462,7 @@ fi | sed -e 's/type _stat64/type Stat_t/' \
-e
's/st_ctim/Ctim/'
\
-e
's/st_ctim/Ctim/'
\
-e
's/\([^a-zA-Z0-9_]\)_timeval\([^a-zA-Z0-9_]\)/\1Timeval\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timeval\([^a-zA-Z0-9_]\)/\1Timeval\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timespec_t\([^a-zA-Z0-9_]\)/\1Timespec\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timespec_t\([^a-zA-Z0-9_]\)/\1Timespec\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_st_timespec_t\([^a-zA-Z0-9_]\)/\1Timespec\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timespec\([^a-zA-Z0-9_]\)/\1Timespec\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timespec\([^a-zA-Z0-9_]\)/\1Timespec\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timestruc_t\([^a-zA-Z0-9_]\)/\1Timestruc\2/g'
\
-e
's/\([^a-zA-Z0-9_]\)_timestruc_t\([^a-zA-Z0-9_]\)/\1Timestruc\2/g'
\
-e
's/Godump_[0-9] struct { \([^;]*;\) };/\1/g'
\
-e
's/Godump_[0-9] struct { \([^;]*;\) };/\1/g'
\
...
...
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