From 8bdc1fd08a349ee17926c4f3944ca32c520f734b Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 13 Jul 1993 18:49:51 +0000 Subject: [PATCH] * elfread.c: Remove notice about file still being under construction. --- gdb/ChangeLog | 2 ++ gdb/elfread.c | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0eed4085033..40dc740dccb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) diff --git a/gdb/elfread.c b/gdb/elfread.c index 4a562e09ce7..fbe9bc53dd9 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -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 */ -- 2.30.2