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
f1bca06f
Commit
f1bca06f
authored
Dec 02, 2016
by
Georg-Johann Lay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avr.c: Fix coding rule glitches.
* config/avr/avr.c: Fix coding rule glitches. From-SVN: r243186
parent
c5af52eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+5
-1
gcc/config/avr/avr.c
+1
-4
No files found.
gcc/ChangeLog
View file @
f1bca06f
2016-12-09 Martin Jambor <mjambor@suse.cz>
2016-12-02 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.c: Fix coding rule glitches.
2016-12-02 Martin Jambor <mjambor@suse.cz>
* hsa.c (hsa_callable_function_p): Return false for artificial
functions.
gcc/config/avr/avr.c
View file @
f1bca06f
...
...
@@ -2093,7 +2093,6 @@ avr_asm_function_begin_epilogue (FILE *file)
static
bool
avr_cannot_modify_jumps_p
(
void
)
{
/* Naked Functions must not have any instructions after
their epilogue, see PR42240 */
...
...
@@ -3723,8 +3722,6 @@ output_movhi (rtx_insn *insn, rtx xop[], int *plen)
return
avr_out_lpm
(
insn
,
xop
,
plen
);
}
gcc_assert
(
2
==
GET_MODE_SIZE
(
GET_MODE
(
dest
)));
if
(
REG_P
(
dest
))
{
if
(
REG_P
(
src
))
/* mov r,r */
...
...
@@ -4672,6 +4669,7 @@ output_movsisf (rtx_insn *insn, rtx operands[], int *l)
l
=
&
dummy
;
gcc_assert
(
4
==
GET_MODE_SIZE
(
GET_MODE
(
dest
)));
if
(
REG_P
(
dest
))
{
if
(
REG_P
(
src
))
/* mov r,r */
...
...
@@ -9900,7 +9898,6 @@ avr_asm_output_aligned_decl_common (FILE * stream,
&&
SYMBOL_REF_P
((
symbol
=
XEXP
(
mem
,
0
)))
&&
(
SYMBOL_REF_FLAGS
(
symbol
)
&
(
SYMBOL_FLAG_IO
|
SYMBOL_FLAG_ADDRESS
)))
{
if
(
!
local_p
)
{
fprintf
(
stream
,
"
\t
.globl
\t
"
);
...
...
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