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
674032e2
Commit
674032e2
authored
May 30, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extend.texi: Bring back reference to trampoline paper.
From-SVN: r20146
parent
e2b629d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+9
-0
gcc/extend.texi
+2
-1
No files found.
gcc/ChangeLog
View file @
674032e2
Sun May 31 00:27:47 1998 Jeffrey A Law (law@cygnus.com)
* extend.texi: Bring back reference to trampoline paper.
Sun May 31 00:22:34 1998 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in (USER_H): Add stdbool.h.
* ginclude/stdbool.h: New file.
Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com)
Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com)
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
...
...
gcc/extend.texi
View file @
674032e2
...
@@ -366,7 +366,8 @@ does not refer to anything that has gone out of scope, you should be
...
@@ -366,7 +366,8 @@ does not refer to anything that has gone out of scope, you should be
safe
.
safe
.
GNU
CC
implements
taking
the
address
of
a
nested
function
using
a
GNU
CC
implements
taking
the
address
of
a
nested
function
using
a
technique
called
@
dfn
{
trampolines
}.
technique
called
@
dfn
{
trampolines
}.
A
paper
describing
them
is
available
as
@
samp
{
http
://
master
.
debian
.
org
/~
karlheg
/
Usenix88
-
lexic
.
pdf
}.
A
nested
function
can
jump
to
a
label
inherited
from
a
containing
A
nested
function
can
jump
to
a
label
inherited
from
a
containing
function
,
provided
the
label
was
explicitly
declared
in
the
containing
function
,
provided
the
label
was
explicitly
declared
in
the
containing
...
...
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