This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: miscellaneous nits in NetBSD configuration
- To: Krister Walfridsson <cato at df dot lth dot se>
- Subject: Re: PATCH: miscellaneous nits in NetBSD configuration
- From: Todd Vierling <tv at pobox dot com>
- Date: Thu, 30 Jul 1998 09:25:40 -0400 (EDT)
- cc: egcs at cygnus dot com
On Thu, 30 Jul 1998, Krister Walfridsson wrote:
: > * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
: > * config/m68k/netbsd.h: Same.
: > * config/ns32k/netbsd.h: Same.
: > * config/sparc/netbsd.h: Same.
:
: These are wrong; they'll give you
Uh, they should be correct - defining it to 0 means that it turns /ON/
DWARF2_UNWIND_INFO. The point was to turn it /off/.
Undefining it was the correct course of action, because it is checked in gcc
code by #ifdef, not #if. (This was already done for arm32, in fact.)
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)