]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
avr.c (avr_file_start): Fix missing ,
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 6 Dec 2011 17:18:10 +0000 (17:18 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 6 Dec 2011 17:18:10 +0000 (17:18 +0000)
* config/avr/avr.c (avr_file_start): Fix missing ,

From-SVN: r182058

gcc/ChangeLog
gcc/config/avr/avr.c

index 9a2249629b2ab33aad878c74c94698a20969c4cc..1b0fe1a9eead5e3ef917e8f1e68375a7885488ab 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-06  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.c (avr_file_start): Fix missing ,
+
 2011-12-06  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/51354
index 8b85b5c165dcd724773e009e584af0c6f428dd67..af32551fd3714f0f6f109272cfb03ad47574b065 100644 (file)
@@ -7273,7 +7273,7 @@ avr_file_start (void)
 
   if (!AVR_HAVE_8BIT_SP)
     fprintf (asm_out_file,
-             "__SP_H__ = 0x%02x\n"
+             "__SP_H__ = 0x%02x\n",
              -sfr_offset + SP_ADDR + 1);
 
   fprintf (asm_out_file,