diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-09-07 20:08:40 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-09-07 20:08:40 +0000 |
commit | 0fc93e6bc4c952b0eaf3e9c22bb55b33a636e2bd (patch) | |
tree | 4b6036352151fe7f1592f7b6dbc614cf329a26c5 /gdb/config | |
parent | dd94604f29054e5d3097853b0fd704ab9721ee6c (diff) | |
download | gdb-0fc93e6bc4c952b0eaf3e9c22bb55b33a636e2bd.zip gdb-0fc93e6bc4c952b0eaf3e9c22bb55b33a636e2bd.tar.gz gdb-0fc93e6bc4c952b0eaf3e9c22bb55b33a636e2bd.tar.bz2 |
* config/i386/nbsd.mt (TDEPFILES): Add i386nbsd-tdep.o.
* i386nbsd-nat.c (i386nbsd_use_struct_convention): Moved from here.
* i386nbsd-tdep.c (i386nbsd_use_struct_convention): To here.
* i386nbsd-tdep.c: New file.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nbsd.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsd.mt b/gdb/config/i386/nbsd.mt index 7564b73..aede1c3 100644 --- a/gdb/config/i386/nbsd.mt +++ b/gdb/config/i386/nbsd.mt @@ -1,5 +1,5 @@ # Target: Intel 386 running NetBSD -TDEPFILES= i386-tdep.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o i386nbsd-tdep.o TM_FILE= tm-nbsd.h GDBSERVER_DEPFILES= low-nbsd.o |