Module Name:    src
Committed By:   martin
Date:           Fri May  8 07:45:00 UTC 2015

Modified Files:
        src/doc: HACKS

Log Message:
Document mips64 kernel symbol table hack


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 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.157 src/doc/HACKS:1.158
--- src/doc/HACKS:1.157	Fri Apr 17 12:40:17 2015
+++ src/doc/HACKS	Fri May  8 07:44:59 2015
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.157 2015/04/17 12:40:17 martin Exp $
+# $NetBSD: HACKS,v 1.158 2015/05/08 07:44:59 martin Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -802,6 +802,15 @@ port	mips
 			Warning: No .cprestore pseudo-op used in PIC code
 		Add COPTS.count.c+=-Wa,--no-warn to avoid -Wa,--fatal-warnings
 	kcah
+	hack	mips-kern-ksyms-size
+	cdate	Fri May  8 09:42:03 CEST 2015
+	who	martin
+	file	/src/sys/kern/kern_ksyms_buf.c : 1.2
+	descr
+		Woraround a bfd/ld/dbsym bug that miscalculates the neede
+		size of the symbol table, making COPY_SYMTAB fail due
+		to a slightly too small target buffer.
+	kcah
 
 port	i386
 

Reply via email to