From: panne Date: Fri, 11 Jun 2004 12:42:18 +0000 (+0000) Subject: [project @ 2004-06-11 12:42:18 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1804 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0a3dadde8c5e9b60d6a16a7f915c7bfc59ec920e;p=ghc-hetmet.git [project @ 2004-06-11 12:42:18 by panne] Synched "Overflown relocation field" message with reality --- diff --git a/ghc/docs/users_guide/bugs.sgml b/ghc/docs/users_guide/bugs.sgml index a81f193..311c2eb 100644 --- a/ghc/docs/users_guide/bugs.sgml +++ b/ghc/docs/users_guide/bugs.sgml @@ -333,9 +333,9 @@ checking for duplicates. The reason for this is efficiency, pure and simple. whereby it emits bogus PE object files that have more than 0xffff relocations. When GHCi tries to load a package affected by this bug, you get an error message of the form - - Loading package javavm ... linking ... Overflown relocs: 4 - + +Loading package javavm ... linking ... WARNING: Overflown relocation field (# relocs found: 30765) + The last time we looked, this bug still wasn't fixed in the BFD codebase, and there wasn't any noticeable interest in fixing it when we reported the bug