]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/coffcode.h
* bfd-in.h: Don't include obstack.h.
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Mar 1997 00:47:04 +0000 (00:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Mar 1997 00:47:04 +0000 (00:47 +0000)
commit508539ab8b346a62252cac5cb6feefe99b4f0661
treeea060d3c33a7e3381f1e5715f41080f404532caa
parentcadddcea29c38d66d1228ba8b7f699dba216e7b0
* bfd-in.h: Don't include obstack.h.
(struct bfd_hash_table): Change memory field to PTR.
* bfd.c (struct _bfd): Change memory field to PTR.
* bfd-in2.h: Rebuild.
* libbfd-in.h (bfd_release): Declare as function, don't define as
macro.
* libbfd.h: Rebuild.
* opncls.c: Include "objalloc.h" rather than "obstack.h".  Use
objalloc routines rather than obstack routines.
(obstack_chunk_alloc, obstack_chunk_free): Don't define.
(getpagesize): Don't define.
(_bfd_new_bfd): Don't set _bfd_chunksize.
(bfd_openr): Free new bfd and objalloc on failure.
(bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
(bfd_alloc_size): Remove.
(bfd_release): New function.
* hash.c: Include "objalloc.h" rather than "obstack.h".  Use
objalloc routines rather than obstack routines.
(obstack_chunk_alloc, obstack_chunk_free): Don't define.
* ecofflink.c: Include "objalloc.h" rather than "obstack.h".  Use
objalloc routines rather than obstack routines.
(obstack_chunk_alloc, obstack_chunk_free): Don't define.
(struct accumulate): Change memory to struct objalloc *.
* liboasys.h (oasys_data_type): Remove oasys_obstack field.
* dep-in.sed: Don't remove obstack.h from dependency list.
* Makefile.in: Rebuild dependencies.
(BFD_H_DEPS): Remove obstack.h.
(install): Don't install obstack.h.
* Many files: Don't include "obstack.h".
* VERSION: Bump.
12 files changed:
bfd/ChangeLog
bfd/Makefile.in
bfd/VERSION
bfd/aoutx.h
bfd/bfd-in2.h
bfd/coff-a29k.c
bfd/coff-ppc.c
bfd/coff-rs6000.c
bfd/coffcode.h
bfd/ecofflink.c
bfd/opncls.c
bfd/syms.c