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
03e87724
Commit
03e87724
authored
Jan 14, 2020
by
Georg-Johann Lay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo.
libgcc/ * config/avr/lib1funcs.S (skip): Simplify.
parent
6b8df3e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libgcc/ChangeLog
+4
-0
libgcc/config/avr/lib1funcs.S
+0
-4
No files found.
libgcc/ChangeLog
View file @
03e87724
2020
-
01
-
14
Georg
-
Johann
Lay
<
avr
@
gjlay
.
de
>
*
config
/
avr
/
lib1funcs
.
S
(
skip
):
Simplify
.
2020
-
01
-
10
Kwok
Cheung
Yeung
<
kcy
@
codesourcery
.
com
>
*
config
/
gcn
/
atomic
.
c
:
Remove
include
of
stdint
.
h
.
...
...
libgcc/config/avr/lib1funcs.S
View file @
03e87724
...
...
@@ -169,11 +169,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
.endm
;; Skip next instruction, typically a jump target
#if defined(__AVR_TINY__)
#define skip cpse 0,0
#else
#define skip cpse 16,16
#endif
;; Negate a 2-byte value held in consecutive registers
.macro NEG2 reg
...
...
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