summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2008-11-20 09:49:00 +0000
committerTristan Gingold <gingold@adacore.com>2008-11-20 09:49:00 +0000
commitc49abb1626e43d04cb67e34d11ec8e0b81a863dd (patch)
tree36f1e0dfa9039dc717da659ecb40b14f39fc1fdf
parent47637c4f066545c2b5b4db3b98b8106d9ecec81e (diff)
downloadgdb-c49abb1626e43d04cb67e34d11ec8e0b81a863dd.tar.gz
2008-11-20 Tristan Gingold <gingold@adacore.com>
* bfdwin.c: Fix comment.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/bfdwin.c6
2 files changed, 6 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f25686151c9..4e8db373f3d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
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
targets.
diff --git a/bfd/bfdwin.c b/bfd/bfdwin.c
index dfe89cb45c3..3a35fc91c41 100644
--- a/bfd/bfdwin.c
+++ b/bfd/bfdwin.c
@@ -25,10 +25,8 @@
#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