summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 21:13:26 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 21:13:26 +0000
commit5599571a783d8f3a972dd88487c46c2af3acece0 (patch)
tree5a8b61cf4c80eaace0afa9545ac1c4acd9639a99 /gcc/ChangeLog
parentb4ffe23ab40219c84a80bdf46549fbec5249dae1 (diff)
downloadgcc-5599571a783d8f3a972dd88487c46c2af3acece0.tar.gz
Patch from Shigeya Suzuki to fix BSD/OS 3.1 build failure.
* ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS when undefining macros at the end. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ca79fe802a0..2ae95fbb95a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
Tue Apr 28 17:53:33 1998 Jim Wilson <wilson@cygnus.com>
+ * ginclude/stddef.h: Add check for _MACHINE_ANSI_H_ for BSD/OS
+ when undefining macros at the end.
+
* expr.c (expand_builtin, case BUILT_IN_MEMSET): Break if either
val or len has TREE_SIDE_EFFECTS set.