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
7052a099
Commit
7052a099
authored
Apr 23, 2003
by
Richard Earnshaw
Committed by
Richard Earnshaw
Apr 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.h (TARGET_OPTIONS): Add value field.
From-SVN: r65999
parent
4223f82f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.h
+7
-7
No files found.
gcc/ChangeLog
View file @
7052a099
2003-04-23 Richard Earnshaw <rearnsha@arm.com>
* arm.h (TARGET_OPTIONS): Add value field.
2003-04-23 Mark Mitchell <mark@codesourcery.com>
* doc/extend.texi: Remove duplicate 2003 copyright date.
...
...
gcc/config/arm/arm.h
View file @
7052a099
...
...
@@ -512,17 +512,17 @@ Unrecognized value in TARGET_CPU_DEFAULT.
#define TARGET_OPTIONS \
{ \
{"cpu=", & arm_select[0].string, \
N_("Specify the name of the target CPU")
},
\
N_("Specify the name of the target CPU")
, 0},
\
{"arch=", & arm_select[1].string, \
N_("Specify the name of the target architecture")
}, \
{"tune=", & arm_select[2].string, ""
}, \
{"fpe=", & target_fp_name, "" }, \
N_("Specify the name of the target architecture")
, 0
}, \
{"tune=", & arm_select[2].string, ""
, 0
}, \
{"fpe=", & target_fp_name, ""
, 0
}, \
{"fp=", & target_fp_name, \
N_("Specify the version of the floating point emulator")
},
\
N_("Specify the version of the floating point emulator")
, 0},
\
{"structure-size-boundary=", & structure_size_string, \
N_("Specify the minimum bit alignment of structures")
}, \
N_("Specify the minimum bit alignment of structures")
, 0
}, \
{"pic-register=", & arm_pic_register_string, \
N_("Specify the register to be used for PIC addressing")
} \
N_("Specify the register to be used for PIC addressing")
, 0
} \
}
struct
arm_cpu_select
...
...
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