X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fmt-tdep.c;h=a16af9c8cc6903b6e518a135f672ad509ad9f811;hb=ee959deb576c46b85b6174626d700e1393256adf;hp=f45ebcf51d566fd6cc376cc1684dc597cb9fb71d;hpb=ca9d61b90f4e1a24d90e5f8944b57a82728808e0;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/mt-tdep.c b/gdb/mt-tdep.c index f45ebcf..a16af9c 100644 --- a/gdb/mt-tdep.c +++ b/gdb/mt-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Morpho mt processor, for GDB. - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -27,7 +27,6 @@ #include "dis-asm.h" #include "arch-utils.h" #include "gdbtypes.h" -#include "gdb_string.h" #include "regcache.h" #include "reggroups.h" #include "gdbcore.h" @@ -35,7 +34,6 @@ #include "inferior.h" #include "dwarf2-frame.h" #include "infcall.h" -#include "gdb_assert.h" #include "language.h" #include "valprint.h" @@ -718,7 +716,7 @@ mt_registers_info (struct gdbarch *gdbarch, print_spaces_filtered (15 - strlen (gdbarch_register_name (gdbarch, regnum)), file); - get_raw_print_options (&opts); + get_no_prettyformat_print_options (&opts); opts.deref_ref = 1; val_print (register_type (gdbarch, regnum), buf, 0, 0, file, 0, NULL, @@ -1149,7 +1147,7 @@ mt_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) /* None found, create a new architecture from the information provided. */ - tdep = XCALLOC (1, struct gdbarch_tdep); + tdep = XCNEW (struct gdbarch_tdep); gdbarch = gdbarch_alloc (&info, tdep); set_gdbarch_float_format (gdbarch, floatformats_ieee_single);