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
dc174fb1
Commit
dc174fb1
authored
Sep 05, 1999
by
Michael Meissner
Committed by
Michael Meissner
Sep 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move 'temporary' bits so they don't conflict with windows/cygwin/dgux bits
From-SVN: r29132
parent
2168d24a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+6
-0
gcc/config/i386/i386.h
+3
-3
No files found.
gcc/ChangeLog
View file @
dc174fb1
Sun
Sep
5
19
:
11
:
01
1999
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
i386
.
h
(
MASK_
{
DEBUG_
{
ADDR
,
ARG
},
INTEL_SYNTAX
})
:
Move
so
these
don
'
t
conflict
with
the
bits
that
win32
,
cygwin
,
and
dgux
defines
.
Sun
Sep
5
09
:
31
:
56
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
...
...
gcc/config/i386/i386.h
View file @
dc174fb1
...
...
@@ -90,9 +90,9 @@ extern int target_flags;
#define MASK_STACK_PROBE 0x00000100
/* Enable stack probing */
/* Temporary codegen switches */
#define MASK_INTEL_SYNTAX 0x
100000
00
#define MASK_DEBUG_ARG 0x
200000
00
/* function_arg */
#define MASK_DEBUG_ADDR 0x
400000
00
/* GO_IF_LEGITIMATE_ADDRESS */
#define MASK_INTEL_SYNTAX 0x
000002
00
#define MASK_DEBUG_ARG 0x
000004
00
/* function_arg */
#define MASK_DEBUG_ADDR 0x
000008
00
/* GO_IF_LEGITIMATE_ADDRESS */
/* Use the floating point instructions */
#define TARGET_80387 (target_flags & MASK_80387)
...
...
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