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
1c94383b
Commit
1c94383b
authored
Dec 06, 1995
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include arm/aout.h, not arm/arm.h.
From-SVN: r10683
parent
4cdb3ed4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
8 deletions
+16
-8
gcc/config/arm/riscix.h
+1
-1
gcc/config/arm/riscix1-1.h
+1
-1
gcc/config/arm/semi.h
+14
-6
No files found.
gcc/config/arm/riscix.h
View file @
1c94383b
...
...
@@ -123,7 +123,7 @@ Boston, MA 02111-1307, USA. */
/* Maths operation domain error number, EDOM */
#define TARGET_EDOM 33
#include "arm/a
rm
.h"
#include "arm/a
out
.h"
/* The native RISCiX assembler does not support stabs of any kind; because
the native assembler is not used by the compiler, Acorn didn't feel it was
...
...
gcc/config/arm/riscix1-1.h
View file @
1c94383b
...
...
@@ -81,7 +81,7 @@ Boston, MA 02111-1307, USA. */
#define SYMBOL__MAIN __gccmain
#endif
#include "arm/a
rm
.h"
#include "arm/a
out
.h"
/* The native RISCiX assembler does not support stabs of any kind; because
the native assembler is not used by the compiler, Acorn didn't feel it was
...
...
gcc/config/arm/semi.h
View file @
1c94383b
/* Definitions of target machine for GNU compiler. ARM on semi-hosted platform
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
Contributed by Richard Earnshaw (richard.earnshaw@armltd.co.uk)
This file is part of GNU CC.
...
...
@@ -28,11 +28,19 @@ Boston, MA 02111-1307, USA. */
#define CPP_PREDEFINES \
"-Darm -Dsemi -Acpu(arm) -Amachine(arm)"
#define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
#define CPP_SPEC "%{m6:-D__arm6__} \
%{mcpu-*:-D__%*} \
%{mcpu=*:-D__%*} \
%{mapcs-32:-D__APCS_32__ -U__APCS_26__} \
%{mapcs-26:-D__APCS_26__ -U__APCS_32__} \
%{!mapcs-32: %{!mapcs-26:-D__APCS_32__}} \
%{msoft-float:-D__SOFTFP__} \
%{mhard-float:-U__SOFTFP__} \
%{!mhard-float: %{!msoft-float:-U__SOFTFP__}} \
"
#define TARGET_
DEFAULT 8
/* APCS-32 (ARM 6) */
#define TARGET_
VERSION fputs (" (ARM/semi-hosted)", stderr);
/* Currently we have no support for atexit. */
#define EXIT_BODY {}
#define TARGET_DEFAULT ARM_FLAG_APCS_32
#include "arm/a
rm
.h"
#include "arm/a
out
.h"
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