gdb: add type::has_no_signedness / type::set_has_no_signedness
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 376101e95cbb2e05f9711c247d9832c7bf3b2f70..4fd3de13e070dd25c3be9e7ec378565c58152874 100644 (file)
@@ -1387,7 +1387,7 @@ basic_type (int bt, struct objfile *objfile)
 
     case btChar:
       tp = init_integer_type (objfile, 8, 0, "char");
-      TYPE_NOSIGN (tp) = 1;
+      tp->set_has_no_signedness (true);
       break;
 
     case btUChar:
This page took 0.02416 seconds and 4 git commands to generate.