summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-09 09:30:45 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-09 09:30:45 +0000
commit9e53d9dce67fe97cbaf4f17227847d79c283decf (patch)
tree87493ef8656455f4b7a7d56d1043f059f127b62e /gdb
parent095db7ce4528842c75f8e015a329eca2181db3f3 (diff)
downloadppe42-binutils-9e53d9dce67fe97cbaf4f17227847d79c283decf.tar.gz
ppe42-binutils-9e53d9dce67fe97cbaf4f17227847d79c283decf.zip
Minor changes for Solaris.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rwxr-xr-xgdb/signame.c6
-rw-r--r--gdb/xm-sun4os5.h4
3 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 81b9ad5291..05edc9c965 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 9 02:29:03 1992 John Gilmore (gnu at cygnus.com)
+
+ * xm-sun4os5.h (DO_DEFERRED_STORES, CLEAR_DEFERRED_STORES): Zap.
+ * signame.c (SIGWAITING, SIGLWP): Add.
+
Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
* xm-i386mach.h: add decls for errno and strdup().
diff --git a/gdb/signame.c b/gdb/signame.c
index 129427924e..f96b74ef35 100755
--- a/gdb/signame.c
+++ b/gdb/signame.c
@@ -198,6 +198,12 @@ static void init_sigs ()
#if defined (SIGLOST)
init_sig (SIGLOST, "LOST", "Resource lost");
#endif
+#if defined (SIGWAITING)
+ init_sig (SIGWAITING, "WAITING", "Process's LWPs are blocked"); /* FIXME */
+#endif
+#if defined (SIGLWP)
+ init_sig (SIGLWP, "LWP", "Signal LWP"); /* FIXME description */
+#endif
}
/* Return the abbreviation for signal NUMBER. */
diff --git a/gdb/xm-sun4os5.h b/gdb/xm-sun4os5.h
index 990c28ab56..5749319a03 100644
--- a/gdb/xm-sun4os5.h
+++ b/gdb/xm-sun4os5.h
@@ -55,3 +55,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */
#define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */
+
+/* These are not currently used in SVR4 (but should be, FIXME!). */
+#undef DO_DEFERRED_STORES
+#undef CLEAR_DEFERRED_STORES
OpenPOWER on IntegriCloud