This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, Committed] Fix ChangeLog (was: [PATCH] Fix AVR fallout)


On Sun, 2012-08-19 10:19:37 +0400, Denis Chertykov <chertykov@gmail.com> wrote:
> 2012/8/18 Jan-Benedict Glaw <jbglaw@lug-owl.de>:
[...]
> > gcc/Changelog:
> >         * config/avr/avr-log.c (avr_log_vadump): Properly use
> >         int-promoted enum values.
> >         * config/avr/avr.h (struct mcu_type_s): Change `arch' from
> >         int to enum avr_arch.
> >         * config/avr/gen-avr-mmcu-texi.c (main): Use correct initializer.
> 
> Thank you for the fix.
> Committed.

I fixed ChangeLog's whitespace (probably cut'n'paste error), committed
as obvious.

2012-08-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* ChangeLog: Fix whitespace.


Index: ChangeLog
===================================================================
--- ChangeLog	(revision 190511)
+++ ChangeLog	(working copy)
@@ -5,11 +5,11 @@
 
 2012-08-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
-        * config/avr/avr-log.c (avr_log_vadump): Properly use
-        int-promoted enum values.
-        * config/avr/avr.h (struct mcu_type_s): Change `arch' from
-        int to enum avr_arch.
-        * config/avr/gen-avr-mmcu-texi.c (main): Use correct initializer.
+	* config/avr/avr-log.c (avr_log_vadump): Properly use
+	int-promoted enum values.
+	* config/avr/avr.h (struct mcu_type_s): Change `arch' from
+	int to enum avr_arch.
+	* config/avr/gen-avr-mmcu-texi.c (main): Use correct initializer.
 
 2012-08-18  Jan Hubicka  <jh@suse.cz>
 
-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
  Signature of:                          Zensur im Internet? Nein danke!
  the second  :

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]