gdb: remove TYPE_UNSIGNED
[deliverable/binutils-gdb.git] / gdb / dwarf2 / loc.c
index a2bed9d4a9a9832a1c26b9ddd082ee9b6ab61ab8..c18ac7087ae29d06ac8b37b1d0d1a4432fe1fc07 100644 (file)
@@ -2603,7 +2603,7 @@ dwarf2_evaluate_property (const struct dynamic_prop *prop,
 
                struct type *type = check_typedef (baton->property_type);
                if (TYPE_LENGTH (type) < sizeof (CORE_ADDR)
-                   && !TYPE_UNSIGNED (type))
+                   && !type->is_unsigned ())
                  {
                    /* If we have a valid return candidate and it's value
                       is signed, we have to sign-extend the value because
This page took 0.024114 seconds and 4 git commands to generate.