summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 18:51:54 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 18:51:54 +0000
commit3bc45b7a1a716857e747984639a55c97ebf1a65b (patch)
tree0aaf6d85269b32ff3d0d3b6c86146a5bfe46564e /gdb
parent3b490cdddb3f178d60ec1026bb25e5a93e9fecab (diff)
downloadbinutils-gdb-3bc45b7a1a716857e747984639a55c97ebf1a65b.tar.gz
Improve ChangeLog entry for HAVE_SIGSETMASK to discuss what ANSI specifies
(just for kicks).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0eebae4891e..83e2ad0c337 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -8,8 +8,11 @@ Tue Jan 25 11:31:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
the HP compiler in ANSI mode doesn't like.
* main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
- based on USG, rather than defining HAVE_SIGSETMASK to an expression
- containing defined. This is for the HP compiler in ANSI mode.
+ based on USG, rather than defining HAVE_SIGSETMASK to an
+ expression containing defined. Having a macro used in #if expand
+ to an expression containing "defined" is undefined according to
+ ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
+ it to.
Mon Jan 24 20:51:29 1994 John Gilmore (gnu@cygnus.com)