aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-10 23:40:30 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-10 23:40:30 +0000
commitf3f00e9486bea45381acd8d156117351c22513dd (patch)
tree3a75b5c1c0ad3db24c09b476c2fcb072f7a37c7c /gas/ChangeLog
parenta394e3262fa7a03f9ca4e198044de683999457f0 (diff)
downloadgdb-f3f00e9486bea45381acd8d156117351c22513dd.zip
gdb-f3f00e9486bea45381acd8d156117351c22513dd.tar.gz
gdb-f3f00e9486bea45381acd8d156117351c22513dd.tar.bz2
* cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
New argument `want'. Update enum cgen_parse_operand_result values. Initialize if CGEN_PARSE_OPERAND_INIT. * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn. (md_assemble): Call cgen_asm_init_parse. Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 880e9a5..4b49623 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,6 +1,9 @@
Thu Apr 10 14:40:00 1997 Doug Evans <dje@canuck.cygnus.com>
- * config/tc-m32r.c (md_begin): Set cgen_asm_parse_operand_fn.
+ * cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
+ New argument `want'. Update enum cgen_parse_operand_result values.
+ Initialize if CGEN_PARSE_OPERAND_INIT.
+ * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn.
(md_assemble): Call cgen_asm_init_parse.
Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.