undoing of obstack parts of last change.
* libbfd-in.h: Define them as macros calling xmalloc and declare
xmalloc.
* libbfd.h: Rebuilt.
- * ecofflink.c hash.c ieee.c opncls.c (obstack_chunk_alloc): Define
- to be xmalloc, not bfd_xmalloc_by_size_t.
Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
file_ptr where));
/* Obstack allocation and deallocation routines. */
-#define obstack_chunk_alloc xmalloc
+#define obstack_chunk_alloc bfd_xmalloc_by_size_t
#define obstack_chunk_free free
\f
/* The minimum amount of data to allocate. */
extern PTR xmalloc PARAMS ((size_t));
/* SIZE is bfd_size_type. */
#define bfd_xmalloc(size) xmalloc ((size_t) size)
-/* SIZE is size_t. */
-#define bfd_xmalloc_by_size_t(size) xmalloc (size)
+/* Defined without an argument so its address can be used. */
+#define bfd_xmalloc_by_size_t xmalloc
/* These routines allocate and free things on the BFD's obstack. Note
that realloc can never occur in place. */
extern PTR xmalloc PARAMS ((size_t));
/* SIZE is bfd_size_type. */
#define bfd_xmalloc(size) xmalloc ((size_t) size)
-/* SIZE is size_t. */
-#define bfd_xmalloc_by_size_t(size) xmalloc (size)
+/* Defined without an argument so its address can be used. */
+#define bfd_xmalloc_by_size_t xmalloc
/* These routines allocate and free things on the BFD's obstack. Note
that realloc can never occur in place. */