]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-11-20 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 20 Nov 2008 09:49:00 +0000 (09:49 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 20 Nov 2008 09:49:00 +0000 (09:49 +0000)
* bfdwin.c: Fix comment.

bfd/ChangeLog
bfd/bfdwin.c

index f25686151c9a6a11b8e7648d004e73fa614c5dd5..4e8db373f3dca6b37a992858243955231d2e095b 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-20  Tristan Gingold  <gingold@adacore.com>
+
+       * bfdwin.c: Fix comment.
+
 2008-11-20  Tristan Gingold  <gingold@adacore.com>
 
        * bfd.c (is32bit): Use architecture information for non-ELF
index dfe89cb45c3cd90ef9421cd7238b040a01a04e18..3a35fc91c414845eb46bee330b1048fabc6e6e49 100644 (file)
 #include "bfd.h"
 #include "libbfd.h"
 
-/* Currently, if USE_MMAP is undefined, none if the window stuff is
-   used.  Okay, so it's mis-named.  At least the command-line option
-   "--without-mmap" is more obvious than "--without-windows" or some
-   such.  */
+/* Currently, if USE_MMAP is undefined, none of the window stuff is
+   used.  Enabled by --with-mmap.  */
 
 #ifdef USE_MMAP