mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 00:41:25 +08:00
Typo.
libgcc/ * config/avr/lib1funcs.S (skip): Simplify.
This commit is contained in:
parent
6b8df3e421
commit
03e8772486
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user