diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-30 16:56:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-30 16:56:05 +0000 |
commit | 412f8c933685e80e0e516562ba383519c3a12392 (patch) | |
tree | 10facef79f1c33624ed26ce3bec648567e69e21a /bfd | |
parent | ea6c562019e0f8ee9cdd74b91b1a0f69a7618b9c (diff) | |
download | gdb-412f8c933685e80e0e516562ba383519c3a12392.zip gdb-412f8c933685e80e0e516562ba383519c3a12392.tar.gz gdb-412f8c933685e80e0e516562ba383519c3a12392.tar.bz2 |
* libbfd.c: Patch up the mmap code so that it is only built if BFD
is configured with --with-mmap.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c769f55..89635bb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 30 11:54:56 1996 Ian Lance Taylor <ian@cygnus.com> + + * libbfd.c: Patch up the mmap code so that it is only built if BFD + is configured with --with-mmap. + start-sanitize-tic80 Sun Dec 29 10:48:57 1996 Fred Fish <fnf@toadfish.ninemoons.com> |