From a3bd99da2d4944f645b2403b043d2ca1a5350ab7 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 25 Nov 2001 23:18:15 +0000 Subject: [PATCH] * converge with Red Hat internal tree. --- opc-asmdis.scm | 6 ++---- opc-ibld.scm | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/opc-asmdis.scm b/opc-asmdis.scm index 7d3aeeb..6152df2 100644 --- a/opc-asmdis.scm +++ b/opc-asmdis.scm @@ -22,8 +22,7 @@ const char * @arch@_cgen_parse_operand This function could be moved into `parse_insn_normal', but keeping it separate makes clear the interface between `parse_insn_normal' and each of - the handlers. -*/ + the handlers. */ const char * @arch@_cgen_parse_operand (cd, opindex, strp, fields) @@ -117,8 +116,7 @@ void @arch@_cgen_print_operand This function could be moved into `print_insn_normal', but keeping it separate makes clear the interface between `print_insn_normal' and each of - the handlers. -*/ + the handlers. */ void @arch@_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length) diff --git a/opc-ibld.scm b/opc-ibld.scm index 54b8438..1015910 100644 --- a/opc-ibld.scm +++ b/opc-ibld.scm @@ -186,8 +186,7 @@ const char * @arch@_cgen_insert_operand This function could be moved into `parse_insn_normal', but keeping it separate makes clear the interface between `parse_insn_normal' and each of the handlers. It's also needed by GAS to insert operands that couldn't be - resolved during parsing. -*/ + resolved during parsing. */ const char * @arch@_cgen_insert_operand (cd, opindex, fields, buffer, pc) @@ -237,8 +236,7 @@ int @arch@_cgen_extract_operand This function could be moved into `print_insn_normal', but keeping it separate makes clear the interface between `print_insn_normal' and each of - the handlers. -*/ + the handlers. */ int @arch@_cgen_extract_operand (cd, opindex, ex_info, insn_value, fields, pc) -- 2.43.5