* solib.c: *BSD systems need <a.out.h> to be included before
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 23 Sep 1994 22:30:31 +0000 (22:30 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 23 Sep 1994 22:30:31 +0000 (22:30 +0000)
commit84f652b150d70b36b704182702ee8de5950b0a82
tree9d4e4befd4f679a057656cd1f9e022510067329c
parent4d61cba98770961e820bdc8e1ea4025ebebb5018
* solib.c: *BSD systems need <a.out.h> to be included before
  <link.h>.

* i386b-nat.c: Add i386_float_info(), etc.
* config/i386/nm-nbsd.h: #define FLOAT_INFO.

* config/nm-nbsd.h: New file, for generic NetBSD native support.
* config/i386/nm-nbsd.h: Use it.
* config/sparc/nm-nbsd.h: Use it.
* config/ns32k/nm-nbsd.h: Use it.

* configure.in (i386-*-netbsd): Use config/i386/nbsd.m[ht].
  (ns32k-*-netbsd): Use config/ns32k/nbsd.m[ht].
* config/i386/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h}:
  New files, support for NetBSD/i386.
* config/ns32k/{nbsd.mh,nbsd.mh,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h}:
  New files, support for NetBSD/ns32k.
16 files changed:
gdb/ChangeLog
gdb/config/.Sanitize
gdb/config/i386/.Sanitize
gdb/config/i386/nbsd.mh [new file with mode: 0644]
gdb/config/i386/nm-nbsd.h [new file with mode: 0644]
gdb/config/i386/tm-nbsd.h [new file with mode: 0644]
gdb/config/i386/xm-nbsd.h [new file with mode: 0644]
gdb/config/ns32k/.Sanitize
gdb/config/ns32k/nbsd.mh [new file with mode: 0644]
gdb/config/ns32k/nbsd.mt [new file with mode: 0644]
gdb/config/ns32k/nm-nbsd.h [new file with mode: 0644]
gdb/config/ns32k/tm-nbsd.h [new file with mode: 0644]
gdb/config/ns32k/xm-nbsd.h [new file with mode: 0644]
gdb/config/sparc/nm-nbsd.h
gdb/configure.in
gdb/i386b-nat.c
This page took 0.055881 seconds and 4 git commands to generate.