* Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
authorJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 22:14:19 +0000 (22:14 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 22:14:19 +0000 (22:14 +0000)
commitea5bc2a6064698fb3a18f816e1d8f11baa74180a
treeb85755496b45de8a44052a127c04f0786f9bc190
parentb28da8653f04e069700f7c97cd31bf93fd2e651d
* Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
(alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
(nbsd-tdep.o): New dependency list.
* alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
nbsd-tdep.h.
(alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
(alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
* nbsd-tdep.c: New file.
* nbsd-tdep.h: New file.
* shnbsd-tdep.c: Don't include solib-svr4.h.  Include
nbsd-tdep.h.
(shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
(shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
* config/sh/nbsd.mt (TDEPFILES): Ditto.
gdb/ChangeLog
gdb/Makefile.in
gdb/alphanbsd-tdep.c
gdb/config/alpha/nbsd.mt
gdb/config/sh/nbsd.mt
gdb/nbsd-tdep.c [new file with mode: 0644]
gdb/nbsd-tdep.h [new file with mode: 0644]
gdb/shnbsd-tdep.c
This page took 0.029478 seconds and 4 git commands to generate.