projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534c231
)
First cut at support for all BSD variants on 386.
author
John Gilmore
<gnu@cygnus>
Fri, 9 Oct 1992 11:55:05 +0000
(11:55 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 9 Oct 1992 11:55:05 +0000
(11:55 +0000)
gdb/.Sanitize
patch
|
blob
|
history
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/.Sanitize
b/gdb/.Sanitize
index 373a5307a57a0303a2e72bcc6630c3d17baa9cd0..56d9f45c4439b3e1902ca1133fd54f492504be36 100644
(file)
--- a/
gdb/.Sanitize
+++ b/
gdb/.Sanitize
@@
-105,6
+105,7
@@
i386-pinsn.c
i386-stub.c
i386-tdep.c
i386-xdep.c
+i386b-nat.c
i387-tdep.c
i960-pinsn.c
i960-tdep.c
@@
-226,6
+227,7
@@
tm-hp300hpux.h
tm-hppa.h
tm-hppab.h
tm-hppah.h
+tm-i386bsd.h
tm-i386v.h
tm-i386v4.h
tm-i960.h
@@
-291,6
+293,7
@@
xm-hp300bsd.h
xm-hp300hpux.h
xm-hppab.h
xm-hppah.h
+xm-i386bsd.h
xm-i386mach.h
xm-i386sco.h
xm-i386v.h
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d379b860009ee1157c2dd3e3291bc2519b9c42de..64e1f1fa31cfab5fed2cc8f526d927c689626f36 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,12
@@
+Fri Oct 9 04:43:43 1992 John Gilmore (gnu@cygnus.com)
+
+ First cut at support for all BSD variants on 386.
+
+ * tm-i386bsd.h, xm-i386bsd.h: New config files.
+ * i386b-nat.c: New native support file.
+ * configure.in: Add host and target for i[34]86-*-bsd*.
+ * config/i386bsd.mh, config/i386bsd.mt: New config files.
+
Fri Oct 9 00:31:33 1992 K. Richard Pixley (rich@sendai.cygnus.com)
Sun2 native support (untested).