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
69fba037
Commit
69fba037
authored
Oct 03, 1998
by
John Carr
Committed by
John Carr
Oct 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwarf2out.c (expand_builtin_dwarf_reg_size): Initialize last_end to 0x7fffffff.
From-SVN: r22790
parent
9e5c3ba5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+5
-0
gcc/dwarf2out.c
+3
-1
No files found.
gcc/ChangeLog
View file @
69fba037
Sat
Oct
3
16
:
14
:
44
1998
John
Carr
<
jfc
@mit
.
edu
>
*
dwarf2out
.
c
(
expand_builtin_dwarf_reg_size
)
:
Initialize
last_end
to
0x7fffffff
.
Fri
Oct
2
19
:
14
:
20
1998
David
S
.
Miller
<
davem
@pierdol
.
cobaltmicro
.
com
>
*
function
.
c
(
purge_addressof_1
)
:
Do
not
perform
endianness
...
...
gcc/dwarf2out.c
View file @
69fba037
...
...
@@ -642,7 +642,9 @@ expand_builtin_dwarf_reg_size (reg_tree, target)
}
else
{
int
last_end
=
FIRST_PSEUDO_REGISTER
;
/* Initialize last_end to be larger than any possible
DWARF_FRAME_REGNUM. */
int
last_end
=
0x7fffffff
;
--
n_ranges
;
t
=
build_int_2
(
ranges
[
n_ranges
].
size
,
0
);
do
...
...
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