diff options
author | Fernando Nasser <fnasser@redhat.com> | 2001-12-17 16:23:02 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2001-12-17 16:23:02 +0000 |
commit | e7a42bc8939203328db61f21841fdc9325021078 (patch) | |
tree | 1fb2e330e4994e21ee96cc301049eb8612338246 /gdb/Makefile.in | |
parent | 7c0a2a0aaaa50578883ac33119084b503fdc7d83 (diff) | |
download | gdb-e7a42bc8939203328db61f21841fdc9325021078.zip gdb-e7a42bc8939203328db61f21841fdc9325021078.tar.gz gdb-e7a42bc8939203328db61f21841fdc9325021078.tar.bz2 |
2001-12-17 Fernando Nasser <fnasser@redhat.com>
From Richard Earnshaw <rearnsha@arm.com>:
* config/arm/nbsd.mh, config/arm/nbsd.mt, config/arm/tm-nbsd.h,
config/arm/nm-nbsd.h, config/arm/xm-nbsd.h: New files.
* armbsd-nat.c: New file.
* Makefile.in: Build it.
* configure.host, configure.tgt: Support NetBSD/arm.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 554d0a5..d0768ec 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1177,7 +1177,7 @@ unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ 29k-share/udi/udi2go32.c \ a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c \ - arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \ + arm-linux-nat.c arm-linux-tdep.c arm-tdep.c armbsd-nat.c \ coff-solib.c \ core-sol2.c core-regset.c core-aout.c corelow.c \ dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \ @@ -1258,6 +1258,8 @@ arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \ arm-tdep.o: arm-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \ $(gdbcore_h) $(regcache_h) $(doublest_h) $(value_h) +armbsd-nat.o: armbsd-nat.c $(defs_h) + bcache.o: bcache.c $(bcache_h) $(defs_h) blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \ |