aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
AgeCommit message (Collapse)AuthorFilesLines
1997-07-22 * configure.in: Check for fdopen.Ian Lance Taylor1-0/+27
* configure, config.in: Rebuild. * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or __GO32__. Reindent a bit.
1995-11-21 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.Ian Lance Taylor1-6/+9
* config.in: Rebuild with autoconf 2.6.
1995-11-06Changes for mmap; details in change log.Ken Raeburn1-0/+55
Added some new interfaces, and a new entry in the target vector. Under the new interfaces, mmap will be used if available, otherwise malloc/seek/read, as before. Old interfaces all still intact. Most configurations (including all used by "--enable-targets=all") simply changed to call the default routine for that entry in the target vector. I might've missed some targets only included in special configurations. Support for a.out symbol and string table reading now goes through new interfaces, and will use mmap when available. Linker hooks (e.g., avoiding reallocation under malloc) not ready yet.