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
fb01ed38
Commit
fb01ed38
authored
Aug 01, 2014
by
Matthew Fortune
Committed by
Matthew Fortune
Aug 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS REGISTER_PREFIX definition
gcc/ * config/mips/mips.h (REGISTER_PREFIX): Define macro. From-SVN: r213484
parent
1696d58d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.h
+6
-0
No files found.
gcc/ChangeLog
View file @
fb01ed38
2014
-
08
-
01
Matthew
Fortune
<
matthew
.
fortune
@
imgtec
.
com
>
*
config
/
mips
/
mips
.
h
(
REGISTER_PREFIX
):
Define
macro
.
2014
-
08
-
01
James
Greenhalgh
<
james
.
greenhalgh
@
arm
.
com
>
2014
-
08
-
01
James
Greenhalgh
<
james
.
greenhalgh
@
arm
.
com
>
PR
regression
/
61510
PR
regression
/
61510
...
...
gcc/config/mips/mips.h
View file @
fb01ed38
...
@@ -1266,6 +1266,12 @@ struct mips_cpu_info {
...
@@ -1266,6 +1266,12 @@ struct mips_cpu_info {
/* By default, turn on GDB extensions. */
/* By default, turn on GDB extensions. */
#define DEFAULT_GDB_EXTENSIONS 1
#define DEFAULT_GDB_EXTENSIONS 1
/* Registers may have a prefix which can be ignored when matching
user asm and register definitions. */
#ifndef REGISTER_PREFIX
#define REGISTER_PREFIX "$"
#endif
/* Local compiler-generated symbols must have a prefix that the assembler
/* Local compiler-generated symbols must have a prefix that the assembler
understands. By default, this is $, although some targets (e.g.,
understands. By default, this is $, although some targets (e.g.,
NetBSD-ELF) need to override this. */
NetBSD-ELF) need to override this. */
...
...
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