summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-04 06:38:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-04 06:38:01 +0000
commitd1e28e240d3640e3093e88939090cf0ef5f5c35f (patch)
tree7b51d4ceddd7405187b43621da9e15091413a202
parent56d27c17b8e8c726a559744b532d00a800f5e021 (diff)
downloadbinutils-gdb-d1e28e240d3640e3093e88939090cf0ef5f5c35f.tar.gz
2000-10-04 Kazu Hirata <kazu@hxi.com>
* ia64-gen.c: Convert C++-style comments to C-style comments. * tic54x-dis.c: Likewise.
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/ia64-gen.c4
-rw-r--r--opcodes/tic54x-dis.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b336b0626e7..2e81fc3e883 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-04 Kazu Hirata <kazu@hxi.com>
+
+ * ia64-gen.c: Convert C++-style comments to C-style comments.
+ * tic54x-dis.c: Likewise.
+
2000-09-29 Hans-Peter Nilsson <hp@axis.com>
Changes to add dollar prefix to registers for files where user symbols
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 310fc8d30f1..f0451cea6a4 100644
--- a/opcodes/ia64-gen.c
+++ b/opcodes/ia64-gen.c
@@ -177,7 +177,7 @@ struct rdep
int nchks;
int total_chks; /* total #of terminal insns */
int *chks; /* insn classes which read (RAW), write
- (WAW), or write (WAR) this rsrc */ //
+ (WAW), or write (WAR) this rsrc */
int *chknotes; /* dependency notes for each class */
int nregs;
int total_regs; /* total #of terminal insns */
@@ -461,7 +461,7 @@ fetch_insn_class(const char *full_name, int create)
existing class or terminal with the same name. */
if ((xsect || comment || notestr) && is_class)
{
- // first, populate with the class we're based on
+ /* First, populate with the class we're based on. */
char *subname = name;
if (xsect)
*xsect = 0;
diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c
index e2c0b208dd3..bf40d689e1b 100644
--- a/opcodes/tic54x-dis.c
+++ b/opcodes/tic54x-dis.c
@@ -558,7 +558,7 @@ sprint_mmr (info, buf, mmr)
}
++reg;
}
- sprintf (buf, "MMR(%d)", mmr); // FIXME -- different targets
+ sprintf (buf, "MMR(%d)", mmr); /* FIXME -- different targets. */
return 0;
}