diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-09 09:14:01 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-09 09:14:01 +0000 |
commit | 7ac847361b0b12d5cbac9db713318eb465329f7c (patch) | |
tree | f8906f577dd934f62a9945092f59df1708fbab03 /bfd/ChangeLog | |
parent | 653b07da0c7fee7394d8111d337481b3e449efa8 (diff) | |
download | gdb-7ac847361b0b12d5cbac9db713318eb465329f7c.zip gdb-7ac847361b0b12d5cbac9db713318eb465329f7c.tar.gz gdb-7ac847361b0b12d5cbac9db713318eb465329f7c.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 48f9a90..0b46078 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com> + + * 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. + Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu> * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than |