From: Phil Muldoon Date: Tue, 10 Jan 2017 12:14:21 +0000 (+0000) Subject: Fix up fixme and some comments. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f917c2e6078430a655121104d42b09446cf448d;p=thirdparty%2Fbinutils-gdb.git Fix up fixme and some comments. --- diff --git a/gdb/compile/compile-object-load.c b/gdb/compile/compile-object-load.c index 37b8752e942..358feeeaaef 100644 --- a/gdb/compile/compile-object-load.c +++ b/gdb/compile/compile-object-load.c @@ -1,6 +1,6 @@ /* Load module for 'compile' command. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GDB. @@ -745,9 +745,6 @@ compile_object_load (const char *object_file, const char *source_file, switch (bmsym.minsym == NULL ? mst_unknown : MSYMBOL_TYPE (bmsym.minsym)) { - /* Phil: FIXME: Not clear if there is anything else to be - done here for data and bss symbols than insert the - relocated address into the value field. */ case mst_text: case mst_bss: case mst_data: