aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5bdc4be..4356b5a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-11 Anatoly Sokolov <aesok@post.ru>
+
+ * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Redefine.
+ (avr_extra_arch_macro) Remove declatation.
+ * config/avr/avr.c (avr_cpu_cpp_builtins): New function.
+ (avr_extra_arch_macro) Declare as static.
+ * config/avr/avr-protos.h (avr_cpu_cpp_builtins): Dclare.
+
2009-07-11 Jan Hubicka <jh@suse.cz>
PR middle-end/48388