Module Name:    src
Committed By:   mlelstv
Date:           Sun Jun 26 15:46:42 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h

Log Message:
Drop extra argument not used by format string.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h:1.8 src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h:1.9
--- src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h:1.8	Sun Jan 24 09:43:33 2016
+++ src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h	Sun Jun 26 15:46:42 2016
@@ -101,7 +101,7 @@ do									\
     if (TARGET_COLDFIRE)						\
       {									\
         asm_fprintf (FILE, "\tmovea.l #%LLP%d-.,%Ra1\n", (LABELNO));	\
-        asm_fprintf (FILE, "\tlea (-6,%Rpc,%Ra1),%Ra1\n", (LABELNO));	\
+        asm_fprintf (FILE, "\tlea (-6,%Rpc,%Ra1),%Ra1\n");	\
       }									\
     else								\
       asm_fprintf (FILE, "\tlea (%LLP%d,%Rpc),%Ra1\n", (LABELNO));	\

Reply via email to