diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-16 01:03:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-16 01:03:51 +0000 |
commit | fd75b5ca438d5587a4224b591d11ee9563a5159d (patch) | |
tree | 4fa46ce3fb28f18097bfdfb9a0f5950dd387778b /gnu/usr.bin | |
parent | 3c886ea2ae19d747d5fcf23b0a3fd2c9d92a221a (diff) |
update comment to match reality better.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h b/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h index b1c5d40590d..49dc00a7ca3 100644 --- a/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h +++ b/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h @@ -109,9 +109,7 @@ Boston, MA 02111-1307, USA. */ /* Assembler format: exception region output. */ -/* All configurations that don't use elf must be explicit about not using - dwarf unwind information. egcs doesn't try too hard to check internal - configuration files... */ +/* our configuration still doesn't handle dwarf2 correctly */ #define DWARF2_UNWIND_INFO 0 /* Assembler format: alignment output. */ |