This is the mail archive of the gdb-patches@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: [PATCH] Simplify i386 target configs


   Date: Mon, 12 Apr 2004 10:52:59 -0400
   From: Andrew Cagney <cagney@gnu.org>

   Is *.mt still needed?

Unfortunately, yes.  We do need a place to specify which *-tdep.o
files are needed, and we still have some tm-*.h files left.  There are
some issues with getting rid of the tm-*.h files:

* Including "solib.h".  We should probably move towards including it
  unconditionally.

* SOFUN_ADDRESS_MAYBE_MISSING; We've discussed it before, talking
  about enabling it unconditionally, but I chickened out doing just
  that.

* STATIC_TRANSFORM_NAME/IS_STATIC_TRANSFORM_NAME.

* Real-time signal stuff (QNX Neutrino, Lynx).

The rest is OS-specific junk that could go.

Anyway, it should be possible to build a single GDB that is able to
debug GNU/Linux, FreeBSD, NetBSD, OpenBSD and Solaris on both IA-32
and AMD64.

Mark


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