]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
dwarf2read.c (add_partial_symbol): Remove outdated comments.
authorDoug Evans <xdje42@gmail.com>
Mon, 21 Sep 2015 04:48:31 +0000 (21:48 -0700)
committerDoug Evans <xdje42@gmail.com>
Mon, 21 Sep 2015 04:48:31 +0000 (21:48 -0700)
gdb/ChangeLog:

* dwarf2read.c (add_partial_symbol): Remove outdated comments.

gdb/ChangeLog
gdb/dwarf2read.c

index 270ae7d3eb13b9ef3cb430f6b793f3c21c1062e6..fe56b753bbce162a2f3a8e9fd0785bd0e95ae931 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-20  Doug Evans  <xdje42@gmail.com>
+
+       * dwarf2read.c (add_partial_symbol): Remove outdated comments.
+
 2015-09-20  Doug Evans  <xdje42@gmail.com>
 
        * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
index b8c08727758b2d2fbcf17ccd7ab056cf762cc986..90e581a0888654042c9efe34a32c3619b59ede28 100644 (file)
@@ -6887,8 +6887,6 @@ add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
              of the global scope.  But in Ada, we want to be able to access
              nested procedures globally.  So all Ada subprograms are stored
              in the global scope.  */
-         /* prim_record_minimal_symbol (actual_name, addr, mst_text,
-            objfile); */
          add_psymbol_to_list (actual_name, strlen (actual_name),
                               built_actual_name != NULL,
                               VAR_DOMAIN, LOC_BLOCK,
@@ -6897,8 +6895,6 @@ add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
        }
       else
        {
-         /* prim_record_minimal_symbol (actual_name, addr, mst_file_text,
-            objfile); */
          add_psymbol_to_list (actual_name, strlen (actual_name),
                               built_actual_name != NULL,
                               VAR_DOMAIN, LOC_BLOCK,
@@ -6967,8 +6963,6 @@ add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
              return;
            }
 
-         /* prim_record_minimal_symbol (actual_name, addr + baseaddr,
-            mst_file_data, objfile); */
          add_psymbol_to_list (actual_name, strlen (actual_name),
                               built_actual_name != NULL,
                               VAR_DOMAIN, LOC_STATIC,