Rename field_int to field_signed
[deliverable/binutils-gdb.git] / gdb / gdb_bfd.c
index 132cb6f4705877a08ce5ebf6142ce3f590c9a03b..0334523ef11764e8209ac1ebd049fa4b76eb3cba 100644 (file)
@@ -940,7 +940,7 @@ print_one_bfd (void **slot, void *data)
   struct ui_out *uiout = (struct ui_out *) data;
 
   ui_out_emit_tuple tuple_emitter (uiout, NULL);
-  uiout->field_int ("refcount", gdata->refc);
+  uiout->field_signed ("refcount", gdata->refc);
   uiout->field_string ("addr", host_address_to_string (abfd));
   uiout->field_string ("filename", bfd_get_filename (abfd));
   uiout->text ("\n");
This page took 0.023825 seconds and 4 git commands to generate.