diff options
author | 2004-01-16 01:03:50 +0000 | |
---|---|---|
committer | 2004-01-16 01:03:50 +0000 | |
commit | e3721dd67da3f8a53820c8879d04df86c9021d6c (patch) | |
tree | 1775ac675ed480a662bd95bd1c3eb2d1cd7398bd | |
parent | People who immediately clobber registers containing the result of subfunctions (diff) | |
download | wireguard-openbsd-e3721dd67da3f8a53820c8879d04df86c9021d6c.tar.xz wireguard-openbsd-e3721dd67da3f8a53820c8879d04df86c9021d6c.zip |
update comment to match reality better.
-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. */ |