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
54a4fa07
Commit
54a4fa07
authored
Apr 08, 1998
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support recursive calls to exit.
From-SVN: r19052
parent
574badbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
gcc/config/alpha/crtbegin.asm
+12
-5
No files found.
gcc/config/alpha/crtbegin.asm
View file @
54a4fa07
...
...
@@ -75,6 +75,11 @@ __DTOR_LIST__:
#
Invoke
our
destructors
in
order
.
#
.
data
#
Support
recursive
calls
to
exit
.
9
:
.
quad
__DTOR_LIST__
.
text
.
align
3
...
...
@@ -84,20 +89,22 @@ __do_global_dtors_aux:
ldgp
$
29
,
0
(
$
27
)
lda
$
30
,
-
16
(
$
30
)
.
frame
$
30
,
16
,
$
26
,
0
stq
$
9
,
8
(
$
30
)
stq
$
26
,
0
(
$
30
)
.
mask
0x4000
0
00
,
-
16
.
mask
0x4000
2
00
,
-
16
.
prologue
1
lda
$
1
,
__DTOR_LIST__
lda
$
9
,
9
b
br
1
f
0
:
stq
$
1
,
8
(
$
30
)
0
:
stq
$
1
,
0
(
$
9
)
jsr
$
26
,(
$
27
)
ldq
$
1
,
8
(
$
30
)
1
:
ldq
$
27
,
8
(
$
1
)
1
:
ldq
$
1
,
0
(
$
9
)
ldq
$
27
,
8
(
$
1
)
addq
$
1
,
8
,
$
1
bne
$
27
,
0
b
ldq
$
26
,
0
(
$
30
)
ldq
$
9
,
8
(
$
30
)
lda
$
30
,
16
(
$
30
)
ret
...
...
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