X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdbxread.c;h=ff56554fcb2ec231cb318c0d5df9bc3a16a7e82d;hb=11b5219af5c54762a68469ade4005e5dd2362f87;hp=a810f42bab0033b7d23631e420b315ffddcf15d3;hpb=53ce3c3929c7121f155e0a4a2492c8dba3878dfd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/dbxread.c b/gdb/dbxread.c index a810f42bab..ff56554fcb 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,5 +1,5 @@ /* Read dbx symbol tables and convert to internal format, for GDB. - Copyright (C) 1986-2013 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -58,7 +58,6 @@ #include "block.h" #include "gdb_assert.h" -#include #include "aout/aout64.h" #include "aout/stab_gnu.h" /* We always use GNU stabs, not @@ -3251,7 +3250,7 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name, N_MAIN within a given objfile, complain() and choose arbitrarily. (kingdon) */ if (name != NULL) - set_main_name (name); + set_objfile_main_name (objfile, name, language_unknown); break; /* The following symbol types can be ignored. */