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
9f643ff8
Commit
9f643ff8
authored
Dec 03, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pdp11.h (TARGET_40_PLUS): Fix typo.
From-SVN: r24078
parent
1886c9d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ChangeLog
+9
-1
gcc/config/pdp11/pdp11.h
+1
-1
No files found.
gcc/ChangeLog
View file @
9f643ff8
1998
-
12
-
03
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
pdp11
.
h
(
TARGET_40_PLUS
)
:
Fix
typo
.
Thu
Dec
3
11
:
48
:
32
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
local
-
alloc
.
c
(
block_alloc
)
:
Slightly
retune
heuristic
to
widen
qty
lifetimes
.
Thu
Dec
3
22
:
30
:
18
1998
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
Thu
Dec
3
22
:
30
:
18
1998
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
alias
.
c
(
addr_side_effect_eval
)
:
New
function
.
*
alias
.
c
(
addr_side_effect_eval
)
:
New
function
.
(
memrefs_conflict_p
)
:
Use
it
.
(
memrefs_conflict_p
)
:
Use
it
.
*
rtl
.
h
(
addr_side_effect_eval
)
:
Prototype
it
.
*
rtl
.
h
(
addr_side_effect_eval
)
:
Prototype
it
.
1998
-
12
-
02
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
1998
-
12
-
02
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
pdp11
.
md
(
extendsfdf2
)
:
Fix
mode
mismatch
in
SET
.
*
pdp11
.
md
(
extendsfdf2
)
:
Fix
mode
mismatch
in
SET
.
...
...
gcc/config/pdp11/pdp11.h
View file @
9f643ff8
...
@@ -108,7 +108,7 @@ extern int target_flags;
...
@@ -108,7 +108,7 @@ extern int target_flags;
#define TARGET_NO_AC0 (! TARGET_AC0)
#define TARGET_NO_AC0 (! TARGET_AC0)
#define TARGET_45 (target_flags & 8)
#define TARGET_45 (target_flags & 8)
#define TARGET_40_PLUS ((target_flags & 4) || (target_flags))
#define TARGET_40_PLUS ((target_flags & 4) || (target_flags
& 8
))
#define TARGET_10 (! TARGET_40_PLUS)
#define TARGET_10 (! TARGET_40_PLUS)
#define TARGET_BCOPY_BUILTIN (! (target_flags & 16))
#define TARGET_BCOPY_BUILTIN (! (target_flags & 16))
...
...
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