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
6bcbe3b6
Commit
6bcbe3b6
authored
23 years ago
by
Hans-Peter Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo s/abi=/mabi=/ in CPP_SPEC
From-SVN: r46749
parent
1b849cce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/mmix/mmix.h
+4
-4
No files found.
gcc/config/mmix/mmix.h
View file @
6bcbe3b6
...
...
@@ -108,10 +108,10 @@ struct machine_function
/* When both ABI:s work, this is how we tell them apart in code. The
GNU abi is implied the default. Also implied in TARGET_DEFAULT. */
#define CPP_SPEC \
"%{abi=gnu:-D__MMIX_ABI_GNU__\
%{abi=mmixware:\
"%{
m
abi=gnu:-D__MMIX_ABI_GNU__\
%{
m
abi=mmixware:\
%eoptions -mabi=mmixware and -mabi=gnu are mutually exclusive}}\
%{!abi=gnu:-D__MMIX_ABI_MMIXWARE__}"
%{!
m
abi=gnu:-D__MMIX_ABI_MMIXWARE__}"
/* User symbols are in the same name-space as built-in symbols, but we
don't need the built-in symbols, so remove those and instead apply
...
...
@@ -945,7 +945,7 @@ const_section () \
#define UNIQUE_SECTION(DECL, RELOC) \
mmix_unique_section (decl, reloc)
/* Node: PIC */
/* (empty) */
...
...
This diff is collapsed.
Click to expand it.
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