aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-25 15:50:25 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-25 15:50:25 +0000
commit81449d47c5400f7ea20543d20c416be210caa4ac (patch)
tree8a36a23939b33fbe51916107ed1b9e4febdc6bb0
parent057a4d414e88dd29d7d586a72fcc09695fccfef4 (diff)
downloadgdb-81449d47c5400f7ea20543d20c416be210caa4ac.zip
gdb-81449d47c5400f7ea20543d20c416be210caa4ac.tar.gz
gdb-81449d47c5400f7ea20543d20c416be210caa4ac.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog8
-rw-r--r--bfd/libbfd.h3
-rw-r--r--bfd/opncls.c1
3 files changed, 8 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d055dd8..86e0bd3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 2aaeb8a..a57e292 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -464,9 +464,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));
unsigned int
diff --git a/bfd/opncls.c b/bfd/opncls.c
index f3872bf..bfb3415 100644
--- a/bfd/opncls.c
+++ b/bfd/opncls.c
@@ -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);