aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2007-01-17 19:33:24 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2007-01-17 19:33:24 +0000
commite7fd0be47b7afeb96031c3e6ba9ff0eddf7a848a (patch)
tree50225d58ab4e68d916d7ba03f2fe0d39a22f0e28
parentdd6d1f8c3f8cd06fa2aa436de20a88c46a84d33c (diff)
downloadgcc-e7fd0be47b7afeb96031c3e6ba9ff0eddf7a848a.zip
gcc-e7fd0be47b7afeb96031c3e6ba9ff0eddf7a848a.tar.gz
gcc-e7fd0be47b7afeb96031c3e6ba9ff0eddf7a848a.tar.bz2
Remove DOS line endings.
From-SVN: r120868
-rw-r--r--gcc/ChangeLog46
1 files changed, 23 insertions, 23 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4794dde..22cd5d0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,26 +1,26 @@
-2007-01-17 Anatoly Sokolov <aesok@post.ru>
-
- * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
- (AVR_ENHANCED): Rename to ...
- (AVR_HAVE_MUL): ... new.
- (avr_enhanced_p): Rename to ...
- (avr_have_mul_p): ... new.
- (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
- 'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
- * config/avr/avr.c (avr_enhanced_p): Rename to ...
- (avr_have_mul_p): ... new.
- (base_arch_s): Rename 'enhanced' to 'have_mul'.
- (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
- 'avr_enhanced_p' and 'enhanced'.
- (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
- AVR_HAVE_MUL instead of AVR_ENHANCED.
- * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
- (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
- *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
- instead of AVR_ENHANCED.
- (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
- * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
- (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
+2007-01-17 Anatoly Sokolov <aesok@post.ru>
+
+ * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
+ (AVR_ENHANCED): Rename to ...
+ (AVR_HAVE_MUL): ... new.
+ (avr_enhanced_p): Rename to ...
+ (avr_have_mul_p): ... new.
+ (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
+ 'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
+ * config/avr/avr.c (avr_enhanced_p): Rename to ...
+ (avr_have_mul_p): ... new.
+ (base_arch_s): Rename 'enhanced' to 'have_mul'.
+ (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
+ 'avr_enhanced_p' and 'enhanced'.
+ (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
+ AVR_HAVE_MUL instead of AVR_ENHANCED.
+ * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
+ (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
+ *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
+ instead of AVR_ENHANCED.
+ (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
+ * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
+ (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
2007-01-17 Ian Lance Taylor <iant@google.com>