aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-04-30 19:51:50 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-04-30 19:51:50 +0000
commit98c1b9e79b2344c48de7900574035670c3f91afb (patch)
tree15110fe5ca32fb690ff6cc6715448c6ad8df36c0 /gdb
parent39d2bcca7df71f15b4e2a79d8fe0fe391a3c8e7c (diff)
downloadgdb-98c1b9e79b2344c48de7900574035670c3f91afb.zip
gdb-98c1b9e79b2344c48de7900574035670c3f91afb.tar.gz
gdb-98c1b9e79b2344c48de7900574035670c3f91afb.tar.bz2
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6fc4544..e88a098 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
Mon Apr 29 13:22:51 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
+ * Move BROKEN_LARGE_ALLOCA from tm-sun386.h to xm-sun386.h.
+
+ * sun386-xdep.c [!GDB_TARGET_IS_SUN386]: Just provide empty
+ functions which don't do anything.
+ tm-sun386.h: Define GDB_TARGET_IS_SUN386.
+
+ * Makefile.dist: Add comment about tm-sun3os4.h: tm-sun3.h, etc.
+
+ * sun3-xdep.c, tm-sun3.h, tm-68k.h: Change TARGET_SUN3 to
+ GDB_TARGET_IS_SUN3.
+
* infrun.c: Don't include sys/user.h and friends (wrong for
cross-debugging and not necessary anymore (see IN_SIGTRAMP in
xm-vax.h)).