From: Tomer Levi Date: Mon, 29 Nov 2004 16:21:50 +0000 (+0000) Subject: 2004-11-29 Tomer Levi X-Git-Tag: insight_6_8-branchpoint~6240 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=df16a4cf3a5c43565dd413434f6e450042a527e9;p=pf3gnuchains%2Fpf3gnuchains4x.git 2004-11-29 Tomer Levi * config/tc-crx.c: Major code cleanup. Remove unused variables and functions, give functions a meaningful name, add comments. (check_range): New function - Replace operand size calculation with range checking. (assemble_insn): Update Algorithm, improve error issuing. (enum op_err): New - Operand error (for issuing operand error messages). (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation handling. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 36c34e7def..1e3c070687 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-11-29 Tomer Levi + + * config/tc-crx.c: Major code cleanup. Remove unused variables and functions, + give functions a meaningful name, add comments. + (check_range): New function - Replace operand size calculation + with range checking. + (assemble_insn): Update Algorithm, improve error issuing. + (enum op_err): New - Operand error (for issuing operand error messages). + (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation + handling. + 2004-11-29 Kazuhiro Inaoka * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte