From: Tristan Gingold Date: Thu, 20 Nov 2008 09:49:00 +0000 (+0000) Subject: 2008-11-20 Tristan Gingold X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78bc95e3ba62e558030ff978725cdbbb48564f96;p=binutils-gdb.git 2008-11-20 Tristan Gingold * bfdwin.c: Fix comment. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f25686151c9..4e8db373f3d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2008-11-20 Tristan Gingold + + * bfdwin.c: Fix comment. + 2008-11-20 Tristan Gingold * bfd.c (is32bit): Use architecture information for non-ELF 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