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
cacb3824
Commit
cacb3824
authored
Feb 27, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(TARGET_SWITCHES): Reverse defn of 32332.
(ASM_OUTPUT_ALIGN_CODE): Pad with no-op insns. From-SVN: r3554
parent
d3c64ee3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/config/ns32k/ns32k.h
+5
-4
No files found.
gcc/config/ns32k/ns32k.h
View file @
cacb3824
...
...
@@ -96,8 +96,8 @@ extern int target_flags;
{ "regparm", 4}, \
{ "noregparm", -4}, \
{ "32532", 24}, \
{ "32332", -
16
}, \
{ "32332",
8
}, \
{ "32332", -
8
}, \
{ "32332",
16
}, \
{ "32032", -24}, \
{ "sb", -32}, \
{ "nosb", 32}, \
...
...
@@ -1255,10 +1255,11 @@ do { \
#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
sprintf (LABEL, "*%s%d", PREFIX, NUM)
/* This is how to align the code that follows an unconditional branch. */
/* This is how to align the code that follows an unconditional branch.
Note that 0xa2 is a no-op. */
#define ASM_OUTPUT_ALIGN_CODE(FILE) \
fprintf (FILE, "\t.align 2\n")
fprintf (FILE, "\t.align 2
,0xa2
\n")
/* This is how to output an element of a case-vector that is absolute.
(The ns32k does not use such vectors,
...
...
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