Remove ALL_OBJFILES_SAFE
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index 761d6c0745865a5d36d54a2f2bb783f9400c9bcb..7bcc2638aee7b21308a3ee168c0aeb4e44a94e62 100644 (file)
@@ -1,6 +1,6 @@
 /* Output generating routines for GDB.
 
-   Copyright (C) 1999-2018 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
    Contributed by Cygnus Solutions.
    Written by Fernando Nasser for Cygnus.
@@ -469,7 +469,8 @@ void
 ui_out::field_core_addr (const char *fldname, struct gdbarch *gdbarch,
                         CORE_ADDR address)
 {
-  field_string (fldname, print_core_address (gdbarch, address));
+  field_string (fldname, print_core_address (gdbarch, address),
+               ui_out_style_kind::ADDRESS);
 }
 
 void
This page took 0.024006 seconds and 4 git commands to generate.