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
f80230c1
Commit
f80230c1
authored
Nov 28, 2001
by
Richard Kenner
Committed by
Richard Kenner
Nov 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
From-SVN: r47413
parent
36221fc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
gcc/ChangeLog
+9
-7
gcc/langhooks.c
+2
-2
No files found.
gcc/ChangeLog
View file @
f80230c1
Wed
Nov
28
06
:
52
:
27
2001
Arnaud
Charlet
<
charlet
@ACT
-
Europe
.
FR
>
*
Makefile
.
in
(
ORDINARY_FLAGS_TO_PASS
)
:
Remove
STAGE_PREFIX
.
(
FLAGS_TO_PASS
)
:
Add
STAGE_PREFIX
.
(
SUBDIR_FLAGS_TO_PASS
)
:
Apply
PREPEND_DOTDOT_TO_RELATIVE_PATH
to
STAGE_PREFIX
.
Wed
Nov
28
08
:
21
:
47
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
langhooks
.
c
(
lhd_safe_from_p
)
:
Add
ATTRIBUTE_UNUSED
.
*
df
.
c
(
iterate_dataflow_sbitmap
,
iterate_dataflow_bitmap
)
:
Add
casts
to
remove
warnings
.
...
...
@@ -15,6 +10,13 @@ Wed Nov 28 08:21:47 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
*
print
-
rtl
.
c
(
print_rtx
)
:
If
RTX
code
is
bad
,
just
say
so
.
Also
minor
cleanups
.
Wed
Nov
28
06
:
52
:
27
2001
Arnaud
Charlet
<
charlet
@ACT
-
Europe
.
FR
>
*
Makefile
.
in
(
ORDINARY_FLAGS_TO_PASS
)
:
Remove
STAGE_PREFIX
.
(
FLAGS_TO_PASS
)
:
Add
STAGE_PREFIX
.
(
SUBDIR_FLAGS_TO_PASS
)
:
Apply
PREPEND_DOTDOT_TO_RELATIVE_PATH
to
STAGE_PREFIX
.
Wed
Nov
28
10
:
42
:
19
CET
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
cse
.
c
(
true_dependence_in_rtx
)
:
New
function
.
...
...
gcc/langhooks.c
View file @
f80230c1
...
...
@@ -71,8 +71,8 @@ lhd_print_tree_nothing (file, node, indent)
int
lhd_safe_from_p
(
x
,
exp
)
rtx
x
;
tree
exp
;
rtx
x
ATTRIBUTE_UNUSED
;
tree
exp
ATTRIBUTE_UNUSED
;
{
return
1
;
}
...
...
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