* dbxread.c, coffread.c, elfread.c: A few changes to comments.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 29 Sep 1993 04:25:15 +0000 (04:25 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 29 Sep 1993 04:25:15 +0000 (04:25 +0000)
gdb/ChangeLog
gdb/elfread.c

index ec7d5a8a2c616041d11cfe1098584c2a165b07c3..5e85142ab94b8de15c20bebac1cf7fd20c5d1ee5 100644 (file)
@@ -1,6 +1,6 @@
 Tue Sep 28 23:08:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
-       * dbxread.c, coffread.c: A few changes to comments.
+       * dbxread.c, coffread.c, elfread.c: A few changes to comments.
 
 Tue Sep 28 18:39:37 1993  Stan Shebs  (shebs@rtl.cygnus.com)
 
index 5112e51eadd90bcf65a002021122653e806eaafe..c1bf574900a5c26d7e89f2fba46c8b549ad5cd13 100644 (file)
@@ -104,7 +104,10 @@ elf_locate_sections PARAMS ((bfd *, asection *, PTR));
    We also recognize the ".stab" sections used by the Sun compilers
    released with Solaris 2.
 
-   FIXME:  The section names should not be hardwired strings. */
+   FIXME: The section names should not be hardwired strings (what
+   should they be?  I don't think most object file formats have enough
+   section flags to specify what kind of debug section it is
+   -kingdon).  */
 
 static void
 elf_locate_sections (ignore_abfd, sectp, eip)
This page took 0.027508 seconds and 4 git commands to generate.