Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/m68k Drop extra argument n...



details:   https://anonhg.NetBSD.org/src/rev/59c6f58b8c46
branches:  trunk
changeset: 346114:59c6f58b8c46
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jun 26 15:46:42 2016 +0000

description:
Drop extra argument not used by format string.

diffstat:

 external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7028f5d85eb9 -r 59c6f58b8c46 external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h
--- a/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h       Sun Jun 26 14:44:10 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h       Sun Jun 26 15:46:42 2016 +0000
@@ -101,7 +101,7 @@
     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));     \



Home | Main Index | Thread Index | Old Index