diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-25 16:41:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-25 16:41:18 +0000 |
commit | 2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab (patch) | |
tree | ae084e1c461dd536ee5805c406db5a58870b59a1 | |
parent | a0682677985711e60304a08d1c7d06b770720f83 (diff) | |
download | gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.zip gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.tar.gz gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.tar.bz2 |
Switch from C++ style comment to C style.
-rw-r--r-- | gas/config/tc-v850.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index dcec5d9..1ad9022 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -885,7 +885,7 @@ md_assemble (str) hold = input_line_pointer; input_line_pointer = str; -//fprintf (stderr, "operand: %s index = %d, opcode = %s\n", input_line_pointer, opindex_ptr - opcode->operands, opcode->name ); +/*fprintf (stderr, "operand: %s index = %d, opcode = %s\n", input_line_pointer, opindex_ptr - opcode->operands, opcode->name );*/ /* lo(), hi(), hi0(), etc... */ if ((reloc = v850_reloc_prefix()) != BFD_RELOC_UNUSED) @@ -1075,7 +1075,7 @@ md_assemble (str) if (errmsg) goto error; -//fprintf (stderr, "insn: %x, operand %d, op: %d, add_number: %d\n", insn, opindex_ptr - opcode->operands, ex.X_op, ex.X_add_number ); +/*fprintf (stderr, "insn: %x, operand %d, op: %d, add_number: %d\n", insn, opindex_ptr - opcode->operands, ex.X_op, ex.X_add_number );*/ switch (ex.X_op) { |