From 0a3dadde8c5e9b60d6a16a7f915c7bfc59ec920e Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 11 Jun 2004 12:42:18 +0000 Subject: [PATCH] [project @ 2004-06-11 12:42:18 by panne] Synched "Overflown relocation field" message with reality --- ghc/docs/users_guide/bugs.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4