Typo.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 14 Jan 2020 10:09:38 +0000 (11:09 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Tue, 14 Jan 2020 10:14:23 +0000 (11:14 +0100)
libgcc/
* config/avr/lib1funcs.S (skip): Simplify.

libgcc/ChangeLog
libgcc/config/avr/lib1funcs.S

index 4deee0dcacd972cb6bd3d5ed3dc9d465675fef3f..06903c2536a1275eef40a0e1036bc2a663cd3e08 100644 (file)
@@ -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.
index 8ebdc01c88cd779bbe1ebc0a422e20ae1def64ac..2ffa2090b25243beeeb692c63d2102e9ec18c3a3 100644 (file)
@@ -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