]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix up fixme and some comments.
authorPhil Muldoon <pmuldoon@redhat.com>
Tue, 10 Jan 2017 12:14:21 +0000 (12:14 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Tue, 10 Jan 2017 12:14:21 +0000 (12:14 +0000)
gdb/compile/compile-object-load.c

index 37b8752e942fdcc261123e7752d818f1652b6d3c..358feeeaaef413e6c4fcde35de49c49718155b6e 100644 (file)
@@ -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: