diff options
author | Alan Modra <amodra@gmail.com> | 2005-07-16 02:03:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-07-16 02:03:55 +0000 |
commit | 0f82ff91a0f9ab04c4cf1af0070ce4022161221c (patch) | |
tree | e30fc76f0f71a10e656407fa762e1e208fd3c87e /opcodes/ip2k-dis.c | |
parent | 90dbb4cbab341a7e95be6c14d1588b117770564b (diff) | |
download | gdb-0f82ff91a0f9ab04c4cf1af0070ce4022161221c.zip gdb-0f82ff91a0f9ab04c4cf1af0070ce4022161221c.tar.gz 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.c | 2 |
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; } |