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
9f6ce990
Commit
9f6ce990
authored
Feb 25, 1999
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typo.
From-SVN: r25432
parent
6cc8c0b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/arm/arm.h
+3
-3
No files found.
gcc/config/arm/arm.h
View file @
9f6ce990
...
@@ -98,7 +98,7 @@ extern int frame_pointer_needed;
...
@@ -98,7 +98,7 @@ extern int frame_pointer_needed;
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7m
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7m
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_3M__"
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_3M__"
#else
#else
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7tdmi || TARGET_CPU_DEFAULT == TARGET_CPU_
ARM
9
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7tdmi || TARGET_CPU_DEFAULT == TARGET_CPU_
arm
9
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4T__"
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4T__"
#else
#else
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm
...
@@ -2074,8 +2074,8 @@ do { \
...
@@ -2074,8 +2074,8 @@ do { \
/* Prototypes for arm.c -- actually, they aren't since the types aren't
/* Prototypes for arm.c -- actually, they aren't since the types aren't
fully defined yet. */
fully defined yet. */
void
arm_override_options
(
/* void */
);
void
arm_override_options
PROTO
((
void
)
);
int
use_return_insn
(
/* int */
);
int
use_return_insn
PROTO
((
int
)
);
int
const_ok_for_arm
(
/* HOST_WIDE_INT */
);
int
const_ok_for_arm
(
/* HOST_WIDE_INT */
);
int
const_ok_for_op
(
/* HOST_WIDE_INT, enum rtx_code,
int
const_ok_for_op
(
/* HOST_WIDE_INT, enum rtx_code,
enum machine_mode */
);
enum machine_mode */
);
...
...
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