aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-08-25 16:41:18 +0000
committerNick Clifton <nickc@redhat.com>1997-08-25 16:41:18 +0000
commit2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab (patch)
treeae084e1c461dd536ee5805c406db5a58870b59a1 /gas
parenta0682677985711e60304a08d1c7d06b770720f83 (diff)
downloadfsf-binutils-gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.zip
fsf-binutils-gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.tar.gz
fsf-binutils-gdb-2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab.tar.bz2
Switch from C++ style comment to C style.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-v850.c4
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)
{