]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Change one error to message
authorPetr Machata <pmachata@redhat.com>
Mon, 30 Mar 2009 13:05:39 +0000 (15:05 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 1 Apr 2009 12:47:58 +0000 (14:47 +0200)
src/dwarflint.c

index 9cc378478c526d94978de70a9d2854bfad465877..07e30bc75cbf4ed4d93bb05109c6b680a84a9bf6 100644 (file)
@@ -4222,8 +4222,9 @@ check_location_expression (struct read_ctx *parent_ctx,
                  || opcode == DW_OP_deref_size
                  || opcode == DW_OP_plus_uconst)
              && (value1 > (uint64_t)(uint32_t)-1))
-           wr_error (&where, ": %s with operand %#" PRIx64 " on 32-bit machine.\n",
-                     dwarf_locexpr_opcode_string (opcode), value1);
+           wr_message (mc_loc | mc_acc_bloat | mc_impact_3, &where,
+                       ": %s with operand %#" PRIx64 " on 32-bit machine.\n",
+                       dwarf_locexpr_opcode_string (opcode), value1);
        };
     }