summaryrefslogtreecommitdiff
path: root/opcodes/ia64-gen.c
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
commit5a293e602c6535f5a573745641ddd4d96640362a (patch)
tree2dd58155f4eae86bfe09861220efeb7fa9a37244 /opcodes/ia64-gen.c
parent51022814c7881dec49b79c70371e4d8eadd8f56f (diff)
downloadbinutils-redhat-5a293e602c6535f5a573745641ddd4d96640362a.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.
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r--opcodes/ia64-gen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 310fc8d30f..f0451cea6a 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;