aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2020-01-14 11:09:38 +0100
committerGeorg-Johann Lay <avr@gjlay.de>2020-01-14 11:14:23 +0100
commit03e87724864a17e22c9b692cc0caa014e9dba6b1 (patch)
tree147137211af60a4e68f99e54e0fb67ad7d89480b /libgcc
parent6b8df3e421b56bb7853a158b889f5e45611fd31f (diff)
downloadgcc-03e87724864a17e22c9b692cc0caa014e9dba6b1.zip
gcc-03e87724864a17e22c9b692cc0caa014e9dba6b1.tar.gz
gcc-03e87724864a17e22c9b692cc0caa014e9dba6b1.tar.bz2
Typo.
libgcc/ * config/avr/lib1funcs.S (skip): Simplify.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config/avr/lib1funcs.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 4deee0d..06903c2 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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.
diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S
index 8ebdc01..2ffa209 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