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
3de72741
Commit
3de72741
authored
Apr 29, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.c (dbx64_register_map): Fix typo.
From-SVN: r52890
parent
8aa18a7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
3de72741
Mon Apr 29 13:02:50 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (dbx64_register_map): Fix typo.
Mon Apr 29 12:18:35 CEST 2002 Jan Hubicka <jh@suse.cz>
* predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
...
...
gcc/config/i386/i386.c
View file @
3de72741
...
...
@@ -458,7 +458,7 @@ static int const x86_64_int_return_registers[4] = {0 /*RAX*/, 1 /*RDI*/, 5, 4};
int
const
dbx64_register_map
[
FIRST_PSEUDO_REGISTER
]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
/* general regs */
33
,
34
,
35
,
36
,
37
,
38
,
39
,
40
/* fp regs */
33
,
34
,
35
,
36
,
37
,
38
,
39
,
40
,
/* fp regs */
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
/* arg, flags, fpsr, dir, frame */
17
,
18
,
19
,
20
,
21
,
22
,
23
,
24
,
/* SSE */
41
,
42
,
43
,
44
,
45
,
46
,
47
,
48
,
/* MMX */
...
...
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