Commit Graph

1242 Commits

Author SHA1 Message Date
gwr
b8dae11d80 Initial NetBSD/alpha support 1997-09-26 21:48:16 +00:00
gwr
0d16067a18 Avoid nuking nm.h tm.h in clean, so .depend stays up-to-date.
Kill the yacc rules.  (were not being used, and did not work)
1997-09-26 21:18:07 +00:00
gwr
06e66e45fd use printf_filtered 1997-09-26 21:15:30 +00:00
gwr
ec6c8018da Add NAT_CLIBS=-lkvm 1997-09-26 19:38:13 +00:00
gwr
bc0d2595ee Initial NetBSD/alpha support 1997-09-26 19:13:28 +00:00
gwr
5e963aa0dd Initial support for the Alpha, with these targets:
bfd_elf64_alpha_vec, ecoffalpha_little_vec
1997-09-26 18:25:33 +00:00
gwr
91c3c5fa9c Forgot to remove CFLAGS=-g 1997-09-26 18:12:09 +00:00
gwr
9a10b12823 More changes now that this uses bsd.prog.mk
(clean, cleandir, .depend)
1997-09-26 18:09:58 +00:00
gwr
fcd8e967b3 fix type mismatch 1997-09-26 17:18:25 +00:00
gwr
472913955e make depend needs: nm.h tm.h 1997-09-26 16:38:37 +00:00
gwr
576d2489e9 Define SRCS rather than OBJS so make depend works. 1997-09-26 15:59:40 +00:00
gwr
a53b58b220 Use <bsd.lib.mk> 1997-09-26 15:05:10 +00:00
gwr
0c062a6198 merge vax netbsd support 1997-09-26 06:02:45 +00:00
gwr
034f0cf6c8 vax netbsd native support 1997-09-26 05:58:44 +00:00
gwr
ebda1a2ef1 punt REGISTER_U_ADDR stuff 1997-09-26 05:53:51 +00:00
gwr
2a542e46a9 Add kcore-nbsd.o 1997-09-26 05:51:13 +00:00
gwr
28e63c14be ns32k netbsd native support 1997-09-26 05:49:07 +00:00
gwr
f72b6ea911 add ser-tcp.o 1997-09-26 05:42:58 +00:00
gwr
9c479448f5 cleanup 1997-09-26 05:37:00 +00:00
gwr
aad7d1323c Remove: sparc-nat.o; Add: kcore-nbsd.o sparcnbsd-nat.o 1997-09-26 05:34:11 +00:00
gwr
d6733879a6 sparc netbsd native support 1997-09-26 05:30:23 +00:00
gwr
e73b87d1b8 Merge sigtramp support. (XXX - still needs work!) 1997-09-26 05:27:16 +00:00
gwr
b70d1cf7e4 add kcore-nbsd.o 1997-09-26 05:24:35 +00:00
gwr
54ab021b46 Add fetch_kcore_registers, and cleanup. 1997-09-26 05:22:26 +00:00
gwr
a86febb3e0 do like SunOS 1997-09-26 05:18:31 +00:00
gwr
7b2536d77c Kill KERNEL_U_ADDR stuff, etc. 1997-09-26 05:17:11 +00:00
gwr
12209a1731 merge sigtramp fixes 1997-09-26 05:14:07 +00:00
gwr
051ecba9c8 Use generic NetBSD version 1997-09-26 05:13:04 +00:00
gwr
c9a8ab5270 Remove: i386b-nat.o; Add: kcore-nbsd.o i386nbsd-nat.o 1997-09-26 05:10:50 +00:00
gwr
742f6536d6 i386 netbsd native support 1997-09-26 04:51:42 +00:00
gwr
7000546255 BSD-style build infrastructure for gdb-4.16
(Will replace ../gdb later on.)
1997-09-26 04:37:02 +00:00
gwr
20b3817ab1 BSD-style build infrastructure for readline-2.1 1997-09-26 02:53:21 +00:00
gwr
99bb0eafe5 remove old comment 1997-09-26 02:43:34 +00:00
gwr
738eb4fcb7 BSD-style build infrastructure for binutils/bfd 1997-09-26 02:38:49 +00:00
gwr
3ffcff0830 Define READLINE_LIBRARY for the libreadline includes.
(Minimal change to gdb until gdb is updated.)
1997-09-26 02:02:49 +00:00
gwr
e051f7e6f5 Fix the name of the backward-compatibility function savestring,
which the old readline.h defined as _rl_savestring.  (That is
how the old readline avoided conflict with the gdb savestring.)
1997-09-26 01:37:51 +00:00
gwr
f5a1f753c0 Support debugging NetBSD kernel crash dumps (or /dev/mem) with
(gdb) target kcore corefilename
1997-09-25 17:29:19 +00:00
gwr
fcfdd77c07 xmalloc and xrealloc size arg is size_t 1997-09-25 16:32:10 +00:00
gwr
c886260d0a add kcore-nbsd 1997-09-25 16:06:45 +00:00
gwr
ec75fa2d04 resolve conflicts 1997-09-25 15:57:07 +00:00
gwr
31fbffdc2e stock binutils-2.8.1 1997-09-24 18:54:18 +00:00
gwr
9287cd69a3 Define DEFAULT_ARCH, DEFAULT_MID for netbsd.h 1997-09-24 18:39:10 +00:00
gwr
60e710094f add vaxnetbsd 1997-09-24 18:31:37 +00:00
gwr
1b3c0ea923 Various fixes and cleanup (netbsd_core_vec.byte_order, core_core, etc.) 1997-09-24 18:24:08 +00:00
gwr
262e26b699 Add netbsd_core_vec if -DNETBSD_CORE 1997-09-24 18:15:07 +00:00
gwr
b6c526b702 Provide default definition of MACHTYPE_OK using DEFAULT_MID,
and do the N_SET_MACHTYPE thing using DEFAULT_ARCH.  Both of
the DEFAULT_* definitions come from the including C file.
1997-09-24 18:13:03 +00:00
gwr
dfe47bfbbb Set MY_entry_is_text_address (so we can debug a SunOS kernel). 1997-09-24 18:08:08 +00:00
gwr
c11a925750 Notes on dist/*, etc. 1997-09-24 18:02:25 +00:00
gwr
fb5baea630 stock gdb-4.16 1997-09-24 16:57:14 +00:00
gwr
3144a4abd8 stock readline-2.1 1997-09-24 16:49:16 +00:00