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
75d8aea7
Commit
75d8aea7
authored
Sep 10, 2000
by
Philip Blundell
Committed by
Nick Clifton
Sep 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define `arm' or `thumb'.
For linux-elf don't define `__arm__' From-SVN: r36302
parent
bb22da4b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.h
+1
-1
gcc/config/arm/linux-elf.h
+1
-1
No files found.
gcc/ChangeLog
View file @
75d8aea7
2000-09-10 Philip Blundell <philb@gnu.org>
* config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
* config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
Sun Sep 10 14:30:28 EDT 2000 John Wehle (john@feith.com)
Sun Sep 10 14:30:28 EDT 2000 John Wehle (john@feith.com)
* alias.c (find_base_term): Handle ADDRESSOF.
* alias.c (find_base_term): Handle ADDRESSOF.
...
...
gcc/config/arm/arm.h
View file @
75d8aea7
...
@@ -129,7 +129,7 @@ Unrecognized value in TARGET_CPU_DEFAULT.
...
@@ -129,7 +129,7 @@ Unrecognized value in TARGET_CPU_DEFAULT.
%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) \
%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) \
%(cpp_endian) %(subtarget_cpp_spec) %(cpp_isa) %(cpp_interwork)"
%(cpp_endian) %(subtarget_cpp_spec) %(cpp_isa) %(cpp_interwork)"
#define CPP_ISA_SPEC "%{mthumb:-D
thumb -D__thumb__} %{!mthumb:-Darm
-D__arm__}"
#define CPP_ISA_SPEC "%{mthumb:-D
__thumb__} %{!mthumb:
-D__arm__}"
/* Set the architecture define -- if -march= is set, then it overrides
/* Set the architecture define -- if -march= is set, then it overrides
the -mcpu= setting. */
the -mcpu= setting. */
...
...
gcc/config/arm/linux-elf.h
View file @
75d8aea7
...
@@ -105,7 +105,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -105,7 +105,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
#define CPP_PREDEFINES \
"-Dunix -D
__arm__ -D
linux -D__ELF__ \
"-Dunix -Dlinux -D__ELF__ \
-Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)"
-Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)"
/* Allow #sccs in preprocessor. */
/* Allow #sccs in preprocessor. */
...
...
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