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/a42db8a32c8c
branches: trunk
changeset: 816256:a42db8a32c8c
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 2d7d7a342f67 -r a42db8a32c8c 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