Module Name: src
Committed By: martin
Date: Fri May 8 09:44:45 UTC 2015
Modified Files:
src/doc: HACKS
Log Message:
Remove mips-kern-ksyms-size, now that it is already gone
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 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.158 src/doc/HACKS:1.159
--- src/doc/HACKS:1.158 Fri May 8 07:44:59 2015
+++ src/doc/HACKS Fri May 8 09:44:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.158 2015/05/08 07:44:59 martin Exp $
+# $NetBSD: HACKS,v 1.159 2015/05/08 09:44:45 martin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -802,15 +802,6 @@ 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