This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: miscellaneous nits in NetBSD configuration




On Fri, 31 Jul 1998, Jeffrey A Law wrote:

> The difference is defining it to zero turns it off by default, but
> allows you to enable usage of dwarf2 unwinders.
> 
> Undefining it means the option to use dwarf2 unwinders is eliminated.
> 
> Either way they won't be used by default :-0

But DWARF2_UNWIND_INFO is being defined to 1 in defaults.h if it is
undefined, so #undef:ing it in netbsd.h gives the effect of defining
it to one. This means that the NetBSD a.out architectures doesn't
bootstrap at the moment (with arm as a possible exception, since 
it has a newer toolchain.)

Please revert the

   * 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.

changes...

   /Krister




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]