* init.c (initialized): Remove static variable.
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 15:50:25 +0000 (15:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 15:50:25 +0000 (15:50 +0000)
(bfd_init): Don't bother setting initialized.
(bfd_check_init): Remove.
* opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
* libbfd.h: Rebuild.

bfd/ChangeLog
bfd/libbfd.h
bfd/opncls.c

index d055dd802492c70cb91949901fd68a1b610622c4..86e0bd32a739423de6e48665b7f321d88dc2653d 100644 (file)
@@ -1,3 +1,11 @@
+Mon Sep 25 11:48:02 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * init.c (initialized): Remove static variable.
+       (bfd_init): Don't bother setting initialized.
+       (bfd_check_init): Remove.
+       * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
+       * libbfd.h: Rebuild.
+
 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * rs6000-core.c (rs6000coff_core_p):  Don't check the core file
index 2aaeb8a2606b44b7302aa6194a5ab286decd7c33..a57e292106c1e7e4d69878ad57e8e2def1705534 100644 (file)
@@ -463,9 +463,6 @@ extern boolean _bfd_ecoff_get_accumulated_ss PARAMS ((PTR, bfd_byte *));
 
 /* And more follows */
 
-void 
-bfd_check_init PARAMS ((void));
-
 void 
 bfd_write_bigendian_4byte_int PARAMS ((bfd *abfd,  int i));
 
index f3872bf31d47a1940d92ee25a383c36c78cf9c85..bfb341527c100718ba4cb1cb9ef0b52f47e24a27 100644 (file)
@@ -54,7 +54,6 @@ _bfd_new_bfd ()
       return 0;
     }
 
-  bfd_check_init();
   if (!obstack_begin(&nbfd->memory, 128))
     {
       bfd_set_error (bfd_error_no_memory);
This page took 0.027954 seconds and 4 git commands to generate.