Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc note mdsetimage/installboot sun2/gcc3 hacks.



details:   https://anonhg.NetBSD.org/src/rev/d1a530d23569
branches:  trunk
changeset: 554442:d1a530d23569
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Oct 28 08:22:48 2003 +0000

description:
note mdsetimage/installboot sun2/gcc3 hacks.

diffstat:

 doc/HACKS |  22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 16535af8215d -r d1a530d23569 doc/HACKS
--- a/doc/HACKS Tue Oct 28 08:21:26 2003 +0000
+++ b/doc/HACKS Tue Oct 28 08:22:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.16 2003/10/28 02:01:46 cl Exp $
+# $NetBSD: HACKS,v 1.17 2003/10/28 08:22:48 mrg Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -240,3 +240,23 @@
        Work around by adding explicit initializers.
        gcc bug report at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12792
 kcah
+
+hack   gcc 3.3.2/mdsetimage
+cdate  Tue Oct 28 18:43:05 EST 2003
+who    fredette
+port   sun2
+file   gnu/usr.sbin/mdsetimage/Makefile : 1.15
+descr
+       mdsetimage.c causes cc1 to barf for as-yet unknown reasons.  this
+       hack ues -O0 to avoid the problem.
+kcah
+
+hack   gcc 3.3.2/installboot/ffs.c
+cdate  Tue Oct 28 18:43:05 EST 2003
+who    fredette
+port   sun2
+file   usr.sbin/installboot/Makefile : 1.26
+descr
+       ffs.c causes cc1 to barf for as-yet unknown reasons.  this
+       hack ues -O0 to avoid the problem.
+kcah



Home | Main Index | Thread Index | Old Index