This is the mail archive of the gdb-patches@sourceware.cygnus.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]

FYI: i[3456]86-*-netbsdelf target


I've committed the following changes that adds an NetBSD/i386 ELF
target to GDB.  In the process, I found that the NetBSD/i386 aout
target was including tm-i386bsd.h instead of tm-i386.h, which over
rode the HAVE_I387_REGS to enable FP registers.  I fixed up the 
include, and added the three macro definitions needed to get things
to compile.

This won't compile until the bfd config change I submitted earlier
today is approved and committed.

        --jtc

2000-05-31  J.T. Conklin  <jtc@redback.com>

        * configure.host: Add patterns for i[3456]86-*-netbsdaout*
        and i[3456]86-*-netbsdelf*.
        * config/i386/nm-nbsdelf.h: New file.
        * config/i386/nbsdelf.mh: New file.

        * config/i386/nm-nbsd.h: change include of nm-nbsd.h to
        the more explicit config/nm-nbsd.h.
        * config/i386/tm-nbsd.h: change include of tm-i386bsd.h to
        tm-i386.h.
        (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define.

-- 
J.T. Conklin
RedBack Networks

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