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
f9367b7c
Commit
f9367b7c
authored
Oct 25, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Solaris build.
From Rainer Orth. From-SVN: r180439
parent
f29ce5f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libgo/go/syscall/wait.c
+1
-1
libgo/mksysinfo.sh
+1
-1
No files found.
libgo/go/syscall/wait.c
View file @
f9367b7c
...
...
@@ -95,7 +95,7 @@ extern int TrapCause (uint32_t *w)
__asm__
(
"libgo_syscall.syscall.TrapCause.N32_libgo_syscall.syscall.WaitStatus"
);
int
TrapCause
(
uint32_t
*
w
)
TrapCause
(
uint32_t
*
w
__attribute__
((
unused
))
)
{
#ifndef __linux__
return
-
1
;
...
...
libgo/mksysinfo.sh
View file @
f9367b7c
...
...
@@ -251,7 +251,7 @@ if ! grep '^const PTRACE_EVENT_EXIT' ${OUT} > /dev/null 2>&1; then
echo
"const PTRACE_EVENT_EXIT = 6"
>>
${
OUT
}
fi
if
!
grep
'^const _PTRACE_TRACEME'
${
OUT
}
>
/dev/null 2>&1
;
then
echo
"const PTRACE_TRACEME = 0"
>>
${
OUT
}
echo
"const
_
PTRACE_TRACEME = 0"
>>
${
OUT
}
fi
# The registers returned by PTRACE_GETREGS. This is probably
...
...
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