aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ip2k-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-07-16 02:03:55 +0000
committerAlan Modra <amodra@gmail.com>2005-07-16 02:03:55 +0000
commit0f82ff91a0f9ab04c4cf1af0070ce4022161221c (patch)
treee30fc76f0f71a10e656407fa762e1e208fd3c87e /opcodes/ip2k-dis.c
parent90dbb4cbab341a7e95be6c14d1588b117770564b (diff)
downloadfsf-binutils-gdb-0f82ff91a0f9ab04c4cf1af0070ce4022161221c.zip
fsf-binutils-gdb-0f82ff91a0f9ab04c4cf1af0070ce4022161221c.tar.gz
fsf-binutils-gdb-0f82ff91a0f9ab04c4cf1af0070ce4022161221c.tar.bz2
bfd/
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". (stamp-m32c): Fix cpu dependencies. * Makefile.in: Regenerate. * ip2k-dis.c: Regenerate. binutils/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (emipsidt.c, emipsidtl.c): Depend on generic.em. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/ip2k-dis.c')
-rw-r--r--opcodes/ip2k-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c
index f6531ba..95cb9e4 100644
--- a/opcodes/ip2k-dis.c
+++ b/opcodes/ip2k-dis.c
@@ -89,7 +89,7 @@ print_fr (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
if (offsetvalue == 0)
(*info->fprintf_func) (info->stream, "%s","(DP)");
else
- (*info->fprintf_func) (info->stream, "$%lx%s",offsetvalue, "(DP)");
+ (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue, "(DP)");
return;
}