Module Name:    src
Committed By:   christos
Date:           Wed Apr  3 21:40:24 UTC 2019

Modified Files:
        src/doc: HACKS

Log Message:
mention rtld vax hack


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.188 src/doc/HACKS:1.189
--- src/doc/HACKS:1.188	Wed Apr  3 16:34:18 2019
+++ src/doc/HACKS	Wed Apr  3 17:40:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.188 2019/04/03 20:34:18 scole Exp $
+# $NetBSD: HACKS,v 1.189 2019/04/03 21:40:24 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -911,3 +911,12 @@ desc
 	uninitialized index.  Submitted a request for change with upstream
 	mailing list, but never got a response
 kcah
+
+port	vax
+hack	compile rtld.c with -O0
+cdate	Wed Apr  3 17:38:38 EDT 2019
+who	christos
+file	src/libexec/ld.elf_so/Makefile: 1.141
+descr	Disable optimization for rtld.c on the vax with gcc-7. Crashes on the
+	second pass loop with elm == 0xffffffff
+kcah

Reply via email to