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
9e7d0bcc
Commit
9e7d0bcc
authored
May 13, 1997
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP_SPEC): Fix typo invoking cpp_endian.
(*_SPEC): Remove all references to mle/mbe. From-SVN: r14065
parent
b92b0cc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
18 deletions
+4
-18
gcc/config/arm/arm.h
+4
-18
No files found.
gcc/config/arm/arm.h
View file @
9e7d0bcc
...
...
@@ -22,6 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Configuration triples for ARM ports work as follows:
(This is a bit of a mess and needs some thought)
arm-*-*: little endian
armel-*-*: little endian
armeb-*-*: big endian
...
...
@@ -41,7 +42,6 @@ extern char *output_mov_long_double_fpu_from_arm ();
extern
char
*
output_mov_long_double_arm_from_fpu
();
extern
char
*
output_mov_long_double_arm_from_arm
();
extern
char
*
output_mov_immediate
();
extern
char
*
output_multi_immediate
();
extern
char
*
output_return_instruction
();
extern
char
*
output_load_symbol
();
extern
char
*
emit_ldm_seq
();
...
...
@@ -135,7 +135,7 @@ Unrecognized value in TARGET_CPU_DEFAULT.
#define CPP_PREDEFINES "-Darm -Acpu(arm) -Amachine(arm)"
#endif
#define CPP_SPEC "%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) %(cpp_en
id
an)"
#define CPP_SPEC "%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) %(cpp_en
di
an)"
#define CPP_CPU_ARCH_SPEC "\
%{m2:-D__arm2__ -D__ARM_ARCH_2__} \
...
...
@@ -191,18 +191,8 @@ Unrecognized value in TARGET_CPU_DEFAULT.
%{mbig-endian: \
%{mlittle-endian: \
%e-mbig-endian and -mlittle-endian may not be used together} \
-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__} \
%{mle: \
%e-mbig-endian and -mle may not be used together} \
-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__}} \
%{mbe: \
%{mlittle-endian: \
%e-mbe and -mlittle-endian may not be used together} \
-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__} \
%{mle: \
%e-mbe and -mle may not be used together} \
-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__}} \
%{!mlittle-endian:%{!mbig-endian:%{!mbe:%{!mle:%(cpp_endian_default)}}}} \
%{!mlittle-endian:%{!mbig-endian:%(cpp_endian_default)}} \
"
/* Default is little endian, which doesn't define anything. */
...
...
@@ -210,15 +200,11 @@ Unrecognized value in TARGET_CPU_DEFAULT.
/* Translate (for now) the old -m[236] option into the appropriate -mcpu=...
and -mapcs-xx equivalents.
??? Remove support for this style in 2.9.
Also handle -mbe and -mle by expanding them into big-endian and
little-endian. */
??? Remove support for this style in 2.9.*/
#define CC1_SPEC "\
%{m2:-mcpu=arm2 -mapcs-26} \
%{m3:-mcpu=arm3 -mapcs-26} \
%{m6:-mcpu=arm6 -mapcs-32} \
%{mbe:-mbig-endian} \
%{mle:-mlittle-endian} \
"
/* This macro defines names of additional specifications to put in the specs
...
...
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