diff options
author | Tristan Gingold <gingold@adacore.com> | 2008-11-20 09:49:00 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2008-11-20 09:49:00 +0000 |
commit | 78bc95e3ba62e558030ff978725cdbbb48564f96 (patch) | |
tree | 414198d5a38bfdb115817d54259e1da323fe805c /bfd | |
parent | 6aa341c73943a7063a43a6a71976f6e5068660d3 (diff) | |
download | gdb-78bc95e3ba62e558030ff978725cdbbb48564f96.zip gdb-78bc95e3ba62e558030ff978725cdbbb48564f96.tar.gz gdb-78bc95e3ba62e558030ff978725cdbbb48564f96.tar.bz2 |
2008-11-20 Tristan Gingold <gingold@adacore.com>
* bfdwin.c: Fix comment.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/bfdwin.c | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f256861..4e8db37 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 dfe89cb..3a35fc9 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 |