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
7405f03c
Commit
7405f03c
authored
Feb 11, 2006
by
Geoffrey Keating
Committed by
Geoffrey Keating
Feb 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/darwin.h (DBX_REGISTER_NUMBER): Define.
From-SVN: r110865
parent
01df94d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/darwin.h
+10
-0
No files found.
gcc/ChangeLog
View file @
7405f03c
2006-02-10 Geoffrey Keating <geoffk@apple.com>
* config/i386/darwin.h (DBX_REGISTER_NUMBER): Define.
2006-02-10 Diego Novillo <dnovillo@redhat.com>
* tree-inline.c (estimate_num_insns_1): Make OpenMP directives
...
...
gcc/config/i386/darwin.h
View file @
7405f03c
...
...
@@ -152,3 +152,13 @@ extern void darwin_x86_file_end (void);
} \
else fprintf (FILE, "\tcall mcount\n"); \
} while (0)
/* Darwin uses the standard DWARF register numbers but the default
register numbers for STABS. Fortunately for 64-bit code the
default and the standard are the same. */
#undef DBX_REGISTER_NUMBER
#define DBX_REGISTER_NUMBER(n) (TARGET_64BIT \
? dbx64_register_map[n] \
: write_symbols == DWARF2_DEBUG \
? svr4_dbx_register_map[n] \
: dbx_register_map[n])
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