2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
authorTomer Levi <Tomer.Levi@nsc.com>
Mon, 29 Nov 2004 16:21:50 +0000 (16:21 +0000)
committerTomer Levi <Tomer.Levi@nsc.com>
Mon, 29 Nov 2004 16:21:50 +0000 (16:21 +0000)
* 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.

gas/ChangeLog

index 36c34e7defd538a7532c79ba47209d7a947e4816..1e3c070687f79b4e700ee9d9a33e0a5ca1d59685 100644 (file)
@@ -1,3 +1,14 @@
+2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * 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 <inaoka.kazuhiro@renesas.com>
 
        * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
This page took 0.026775 seconds and 4 git commands to generate.