* elfread.c: Remove notice about file still being under
authorFred Fish <fnf@specifix.com>
Tue, 13 Jul 1993 18:49:51 +0000 (18:49 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 13 Jul 1993 18:49:51 +0000 (18:49 +0000)
construction.

gdb/ChangeLog
gdb/elfread.c

index 0eed40850336b71b2d1fde3aca8084ca8bf7e009..40dc740dccb96406c03dc1b4444e6ede60ebf50d 100644 (file)
@@ -1,5 +1,7 @@
 Tue Jul 13 11:15:15 1993  Fred Fish  (fnf@cygnus.com)
 
+       * elfread.c:  Remove notice about file still being under
+       construction.
        * Makefile.in (ultra3-xdep.o, umax-xdep.o):  Add missing ')'.
 
 Mon Jul 12 17:46:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
index 4a562e09ce7bfde0a3f702e53e2128108635312d..fbe9bc53dd9b44149820782f9694891b22a332a8 100644 (file)
@@ -18,20 +18,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/************************************************************************
- *                                                                     *
- *                             NOTICE                                  *
- *                                                                     *
- * This file is still under construction.  When it is complete, this   *
- * notice will be removed.  Until then, direct any questions or changes        *
- * to Fred Fish at Cygnus Support (fnf@cygnus.com)                     *
- *                                                                     * 
- * FIXME       Still needs support for shared libraries.               *
- * FIXME       Still needs support for core files.                     *
- * FIXME       The ".debug" and ".line" section names are hardwired.   *
- *                                                                     *
- ************************************************************************/
-
 #include "defs.h"
 #include "bfd.h"
 #include "libbfd.h"            /* For bfd_elf_find_section */
This page took 0.027475 seconds and 4 git commands to generate.