configure.ac (--with-host-libstdcxx): New option.
[gcc.git] / gcc / ChangeLog
index 5cd91bd023b3a99f8c21739d9b2ab6d5c6290d07..20483782ae869d424678fa6606657447748f141c 100644 (file)
@@ -1,3 +1,18 @@
+2009-03-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/install.texi (--with-host-libstdcxx): Document.
+
+2009-03-14  Anatoly Sokolov  <aesok@post.ru>
+
+       PR target/34299
+       * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
+       generate a warning if the function name does not begin with
+       "__vector" and the function has either the 'signal' or 'interrupt'
+       attribute, from here to ...
+       (avr_declare_function_name): ...here. New function.
+       * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
+       * config/avr/avr-protos.h (avr_declare_function_name): Declare.
+
 2009-03-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/39454