This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [HEADS UP] Merging i386newframe into mailine


   Date: Sat, 24 May 2003 12:53:42 +0300
   From: "Eli Zaretskii" <eliz@elta.co.il>

   > Date: Fri, 23 May 2003 18:52:54 +0200 (CEST)
   > From: Mark Kettenis <kettenis@chello.nl>
   > 
   > * Possibly breaking a few unmaintained i386 targets.

   Could the DJGPP (a.k.a. go32) target be one of those?

AFAICT DJGPP should be fine.  The default debugging format for DJGPP
is still SDB isn't it?  In that case the new DWARF CFI unwinder
wouldn't be used, unless DWARF2 EH info is generated.

The GCC config files seems to suggest that DJGPP also supports DWARF2.
If that indeed works, compiling with -gdwarf-2 would make the DWARF
CFI support kick in.

   > I think it's worth running these risks, especially since recent
   > devlopments on Linux/i386 demand DWARF CFI support on the i386.

   OTOH, GDB 6 will have many valuable fixes, and it would be a pity to
   deny those features from users of platforms that could be broken by
   the merge.

But for some, DWARF CFI support will be a valuable fix :-).

   So how about waiting for 6.1 with the merge?

Hmm, having stuff slightly broken in 6.0 might be more acceptable to
our users than breaking things in 6.1.


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