* configure.in: Added new option --with[out]-mmap. Set USE_MMAP if it is given
authorKen Raeburn <raeburn@cygnus>
Thu, 9 Nov 1995 09:14:01 +0000 (09:14 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 9 Nov 1995 09:14:01 +0000 (09:14 +0000)
commit7ac847361b0b12d5cbac9db713318eb465329f7c
treef8906f577dd934f62a9945092f59df1708fbab03
parent653b07da0c7fee7394d8111d337481b3e449efa8
* configure.in: Added new option --with[out]-mmap.  Set USE_MMAP if it is given
and mmep is available.
* acconfig.h: Undef USE_MMAP.
* configure, config.in: Regenerated.
* aoutx.h: If USE_MMAP is not defined, do all symbol and string table handling
the old way.
(aout_get_external_symbols): Don't complain if last byte of string table is
nonzero.
* libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
(bfd_free_window) [! USE_MMAP]: Don't define.
(bfd_get_file_window, _bfd_generic_get_section_contents_in_window)
 [! USE_MMAP]: Abort.
bfd/ChangeLog
bfd/acconfig.h
bfd/aoutx.h