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
a693fbb9
Commit
a693fbb9
authored
Feb 11, 2003
by
Geoffrey Keating
Committed by
Geoffrey Keating
Feb 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/host-darwin.c: Fix comment.
From-SVN: r62715
parent
bb157ff4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/config/rs6000/host-darwin.c
+5
-5
No files found.
gcc/ChangeLog
View file @
a693fbb9
2003
-
02
-
11
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
config
/
rs6000
/
host
-
darwin
.
c
:
Fix
comment
.
2003
-
02
-
11
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
config
/
rs6000
/
rs6000
.
md
(
divmodsi4
)
:
Use
register_operand
...
...
gcc/config/rs6000/host-darwin.c
View file @
a693fbb9
...
...
@@ -38,11 +38,11 @@ extern int sigaltstack(const stack_t *, stack_t *);
#undef HOST_HOOKS_EXTRA_SIGNALS
#define HOST_HOOKS_EXTRA_SIGNALS darwin_rs6000_extra_signals
/* On Darwin/powerpc,
a stack fault can be detected as a SIGSEGV that
faulted on an instruction that's either
or
stwux %r1,xxx,%r1
*/
/* On Darwin/powerpc,
hitting the stack limit turns into a SIGSEGV.
This code detects the difference between hitting the stack limit and
a true wild pointer dereference by looking at the instruction that
faulted; only a few kinds of instruction are used to access below
the previous bottom of the stack.
*/
static
void
segv_crash_handler
(
sig
)
...
...
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