aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-12 20:12:52 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-12 20:12:52 +0000
commitc3a5b1e9d43079220083a8ac09e1517b97d7d37e (patch)
treef2cc1c73d36ef0163f62e1c6fb9cc989be5f8f6f /gcc
parent3d1ebd63de563a483d5edbce4c5ef14113f9e765 (diff)
downloadgcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.zip
gcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.tar.gz
gcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.tar.bz2
inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix.
* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. From-SVN: r69274
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/fixinc/inclhack.def1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 34b8c92..34318eb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
+ fix.
+
2003-07-12 Zack Weinberg <zack@codesourcery.com>
* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 01b73ab..76df445 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -579,6 +579,7 @@ fix = {
/*
* Fix return value of sbrk in unistd.h on Alpha OSF/1 V2.0
+ * And OpenBSD.
*/
fix = {
hackname = alpha_sbrk;