X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsh64-tdep.c;h=262de84cf99a53bd3d606a65c403866760fd31e4;hb=2117c711ae07700adb57ea5b5ca61e4c32d7e3d2;hp=9425e9f1510bbeb27a085026c8fdbe321971dcc2;hpb=2cc762b50b0fe63c0de4cf1e00f4f85f7a8687e9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sh64-tdep.c b/gdb/sh64-tdep.c index 9425e9f151..262de84cf9 100644 --- a/gdb/sh64-tdep.c +++ b/gdb/sh64-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Renesas Super-H, for GDB. - Copyright (C) 1993-2013 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -32,7 +32,7 @@ #include "value.h" #include "dis-asm.h" #include "inferior.h" -#include "gdb_string.h" +#include #include "gdb_assert.h" #include "arch-utils.h" #include "regcache.h" @@ -2370,7 +2370,7 @@ sh64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) /* None found, create a new architecture from the information provided. */ - tdep = XMALLOC (struct gdbarch_tdep); + tdep = XNEW (struct gdbarch_tdep); gdbarch = gdbarch_alloc (&info, tdep); /* Determine the ABI */