From 03e87724864a17e22c9b692cc0caa014e9dba6b1 Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Tue, 14 Jan 2020 11:09:38 +0100 Subject: [PATCH] Typo. libgcc/ * config/avr/lib1funcs.S (skip): Simplify. --- libgcc/ChangeLog | 4 ++++ libgcc/config/avr/lib1funcs.S | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4deee0dcacd..06903c2536a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-14 Georg-Johann Lay + + * config/avr/lib1funcs.S (skip): Simplify. + 2020-01-10 Kwok Cheung Yeung * config/gcn/atomic.c: Remove include of stdint.h. diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S index 8ebdc01c88c..2ffa2090b25 100644 --- a/libgcc/config/avr/lib1funcs.S +++ b/libgcc/config/avr/lib1funcs.S @@ -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 -- 2.30.2