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
7b07d808
Commit
7b07d808
authored
Dec 15, 2001
by
Richard Earnshaw
Committed by
Richard Earnshaw
Dec 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm/unknown-elf.h (CPP_PREDEFINES): Add a suitable default.
From-SVN: r48044
parent
22c56562
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/config/arm/unknown-elf.h
+5
-1
No files found.
gcc/ChangeLog
View file @
7b07d808
2001
-
12
-
15
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
*
arm
/
unknown
-
elf
.
h
(
CPP_PREDEFINES
)
:
Add
a
suitable
default
.
2001
-
12
-
15
Ulrich
Weigand
<
uweigand
@de
.
ibm
.
com
>
*
regrename
.
c
(
copyprop_hardreg_forward
)
:
Do
not
keep
register
...
...
gcc/config/arm/unknown-elf.h
View file @
7b07d808
...
...
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */
#ifndef TARGET_VERSION
#define TARGET_VERSION fputs (" (ARM/ELF
non-Linux
)", stderr);
#define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
#endif
/* Default to using APCS-32 and software floating point. */
...
...
@@ -86,6 +86,10 @@ Boston, MA 02111-1307, USA. */
} \
while (0)
#ifndef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__ELF__"
#endif
#ifndef CPP_APCS_PC_DEFAULT_SPEC
#define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"
#endif
...
...
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