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
78c7cb74
Commit
78c7cb74
authored
33 years ago
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r467
parent
e6a4f4df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
gcc/config/ns32k/encore.h
+7
-6
No files found.
gcc/config/ns32k/encore.h
View file @
78c7cb74
...
...
@@ -20,11 +20,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* Looks like all multiprocessors have this bug!
*/
#define SEQUENT_ADDRESS_BUG 1
#define EXTERNAL_PREFIX '?'
#define IMMEDIATE_PREFIX '$'
#include "ns32k.h"
...
...
@@ -53,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef FUNCTION_PROFILER
#undef ASM_OUTPUT_LABELREF_AS_INT
#define TARGET_DEFAULT
25
/* 32532 with 32081 (guessing)
*/
#define TARGET_DEFAULT
9
/* 32332 with 32081.
*/
#define TARGET_VERSION fprintf (stderr, " (32000, Encore syntax)");
/* Note Encore does not standardly do -Dencore. */
/* budd: should have a -ns32332 (or -apc) switch! but no harm for now */
...
...
@@ -147,6 +144,8 @@ do { \
fprintf ((file), "\"\n"); \
}
#define NO_ABSOLUTE_PREFIX_IF_SYMBOLIC
/*
* Dollar signs are required before immediate operands, double
* floating point constants use $0f syntax, and external addresses
...
...
@@ -238,3 +237,5 @@ do { \
#define FUNCTION_PROFILER(FILE, LABELNO) \
fprintf (FILE, "\taddr .LP%d,r0\n\tjsr mcount\n", (LABELNO))
#define ENCORE_ASM
This diff is collapsed.
Click to expand it.
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