diff options
author | Fred Fish <fnf@specifix.com> | 1993-07-13 18:49:51 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-07-13 18:49:51 +0000 |
commit | 8bdc1fd08a349ee17926c4f3944ca32c520f734b (patch) | |
tree | 4af6bcc8d86e23157ea6e5f0c3066d345fd437e5 /gdb/elfread.c | |
parent | 25452831dc8c14fd5fc5aa634621055f3436890b (diff) | |
download | binutils-gdb-8bdc1fd08a349ee17926c4f3944ca32c520f734b.tar.gz |
* elfread.c: Remove notice about file still being under
construction.
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r-- | gdb/elfread.c | 14 |
1 files changed, 0 insertions, 14 deletions
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 */ |