#1343: HEAD build failure with assember errors about "8 byte pc-relative
relocation"
-------------------------------+--------------------------------------------
Reporter: duncan | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.8
Component: Compiler | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Linux | Testcase:
Architecture: x86_64 (amd64) |
-------------------------------+--------------------------------------------
Comment (by simonmar):
Fixed, I hope. Our x86_64 system here must have a newer version of
binutils that supports those 8-byte PC-relative relocations
(RX86_64_PC64), so the bug was hidden, but it was a real bug.
Also I learned something, namely that later versions of binutils support
RX86_64_PC64, so at some point our hacks to workaround the lack of it can
go away.
{{{
Thu May 10 10:20:19 BST 2007 Simon Marlow <[EMAIL PROTECTED]>
* FIX #1343: regex bug in the x86_64 mangler settings
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1343>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs