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
025f3281
Commit
025f3281
authored
Nov 16, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(MASK_BYTE_OPS): Now define as 1024.
From-SVN: r13192
parent
067d47b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/alpha/alpha.h
+5
-5
No files found.
gcc/config/alpha/alpha.h
View file @
025f3281
...
@@ -157,11 +157,6 @@ extern enum alpha_fp_trap_mode alpha_fptm;
...
@@ -157,11 +157,6 @@ extern enum alpha_fp_trap_mode alpha_fptm;
#define MASK_BUILD_CONSTANTS 128
#define MASK_BUILD_CONSTANTS 128
#define TARGET_BUILD_CONSTANTS (target_flags & MASK_BUILD_CONSTANTS)
#define TARGET_BUILD_CONSTANTS (target_flags & MASK_BUILD_CONSTANTS)
/* This means that the processor has byte and half word loads and stores. */
#define MASK_BYTE_OPS 256
#define TARGET_BYTE_OPS (target_flags & MASK_BYTE_OPS)
/* This means we are compiling for openVMS. */
/* This means we are compiling for openVMS. */
#define MASK_OPEN_VMS 256
#define MASK_OPEN_VMS 256
...
@@ -173,6 +168,11 @@ extern enum alpha_fp_trap_mode alpha_fptm;
...
@@ -173,6 +168,11 @@ extern enum alpha_fp_trap_mode alpha_fptm;
#define MASK_FLOAT_VAX 512
#define MASK_FLOAT_VAX 512
#define TARGET_FLOAT_VAX (target_flags & MASK_FLOAT_VAX)
#define TARGET_FLOAT_VAX (target_flags & MASK_FLOAT_VAX)
/* This means that the processor has byte and half word loads and stores. */
#define MASK_BYTE_OPS 1024
#define TARGET_BYTE_OPS (target_flags & MASK_BYTE_OPS)
/* Macro to define tables used to set the flags.
/* Macro to define tables used to set the flags.
This is a list in braces of pairs in braces,
This is a list in braces of pairs in braces,
each pair being { "NAME", VALUE }
each pair being { "NAME", VALUE }
...
...
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