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: egcs at cygnus dot com, tv at pobox dot com
- Subject: Re: PATCH: miscellaneous nits in NetBSD configuration
- From: Jason Merrill <jason at cygnus dot com>
- Date: 31 Jul 1998 00:33:30 -0700
- References: <Pine.LNX.3.96.980730154639.2639A-100000@bartlet.df.lth.se> <Pine.NEB.4.02.9807301356410.14485-100000.cygnus.egcs@duhnet.net>
>>>>> Todd Vierling <tv@pobox.com> writes:
> On Thu, 30 Jul 1998, Krister Walfridsson wrote:
> : > Uh, they should be correct - defining it to 0 means that it turns /ON/
> : > DWARF2_UNWIND_INFO. The point was to turn it /off/.
Nope. Defining it to 0 means that it's off by default, but can be turned
on with -fno-sjlj-exceptions. That should be fine for your needs.
Jason