2008-11-20 Tristan Gingold <gingold@adacore.com>

* bfdwin.c: Fix comment.
This commit is contained in:
Tristan Gingold 2008-11-20 09:49:00 +00:00
parent 6aa341c739
commit 78bc95e3ba
2 changed files with 6 additions and 4 deletions

View 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

View File

@ -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