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
72a5503d
Commit
72a5503d
authored
Jul 19, 2002
by
Marek Michalkiewicz
Committed by
Marek Michalkiewicz
Jul 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.c (debug_hard_reg_set): Remove.
From-SVN: r55594
parent
059ba716
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
gcc/ChangeLog
+4
-0
gcc/config/avr/avr.c
+0
-15
No files found.
gcc/ChangeLog
View file @
72a5503d
2002-07-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
* config/avr/avr.c (debug_hard_reg_set): Remove.
2002-07-19 Chris Demetriou <cgd@broadcom.com>
2002-07-19 Chris Demetriou <cgd@broadcom.com>
* gcc.c (cpp_options): Include "%1" (cc1_spec).
* gcc.c (cpp_options): Include "%1" (cc1_spec).
...
...
gcc/config/avr/avr.c
View file @
72a5503d
...
@@ -57,7 +57,6 @@ static int out_set_stack_ptr PARAMS ((FILE *, int, int));
...
@@ -57,7 +57,6 @@ static int out_set_stack_ptr PARAMS ((FILE *, int, int));
static
RTX_CODE
compare_condition
PARAMS
((
rtx
insn
));
static
RTX_CODE
compare_condition
PARAMS
((
rtx
insn
));
static
int
compare_sign_p
PARAMS
((
rtx
insn
));
static
int
compare_sign_p
PARAMS
((
rtx
insn
));
static
int
reg_was_0
PARAMS
((
rtx
insn
,
rtx
op
));
static
int
reg_was_0
PARAMS
((
rtx
insn
,
rtx
op
));
void
debug_hard_reg_set
PARAMS
((
HARD_REG_SET
set
));
static
tree
avr_handle_progmem_attribute
PARAMS
((
tree
*
,
tree
,
tree
,
int
,
bool
*
));
static
tree
avr_handle_progmem_attribute
PARAMS
((
tree
*
,
tree
,
tree
,
int
,
bool
*
));
static
tree
avr_handle_fndecl_attribute
PARAMS
((
tree
*
,
tree
,
tree
,
int
,
bool
*
));
static
tree
avr_handle_fndecl_attribute
PARAMS
((
tree
*
,
tree
,
tree
,
int
,
bool
*
));
const
struct
attribute_spec
avr_attribute_table
[];
const
struct
attribute_spec
avr_attribute_table
[];
...
@@ -5311,20 +5310,6 @@ test_hard_reg_class (class, x)
...
@@ -5311,20 +5310,6 @@ test_hard_reg_class (class, x)
return
0
;
return
0
;
}
}
void
debug_hard_reg_set
(
set
)
HARD_REG_SET
set
;
{
int
i
;
for
(
i
=
0
;
i
<
FIRST_PSEUDO_REGISTER
;
++
i
)
{
if
(
TEST_HARD_REG_BIT
(
set
,
i
))
{
fprintf
(
stderr
,
"r%-2d "
,
i
);
}
}
fprintf
(
stderr
,
"
\n
"
);
}
int
int
jump_over_one_insn_p
(
insn
,
dest
)
jump_over_one_insn_p
(
insn
,
dest
)
...
...
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