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
094a51ff
Commit
094a51ff
authored
May 18, 2003
by
Neil Booth
Committed by
Neil Booth
May 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.h: Define sparc for now.
From-SVN: r66938
parent
563025ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+3
-0
gcc/config/sparc/sparc.h
+4
-2
No files found.
gcc/ChangeLog
View file @
094a51ff
2003-05-18 Neil Booth <neil@daikokuya.co.uk>
* config/sparc/sparc.h: Define sparc for now.
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
...
...
gcc/config/sparc/sparc.h
View file @
094a51ff
...
...
@@ -25,11 +25,13 @@ Boston, MA 02111-1307, USA. */
/* Note that some other tm.h files include this one and then override
whatever definitions are necessary. */
/* Target CPU builtins. */
/* Target CPU builtins. FIXME: Defining sparc is for the benefit of
Solaris only; otheriwse just define __sparc__. Sadly the headers
are such a mess there is no Solaris-specific header. */
#define TARGET_CPU_CPP_BUILTINS() \
do \
{ \
builtin_define
("__sparc__
"); \
builtin_define
_std ("sparc
"); \
if (TARGET_64BIT) \
{ \
builtin_assert ("cpu=sparc"); \
...
...
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