#10467: user's guide description of "foreign export" is out of date -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by ezyang): Relevant commit: {{{ commit 7b0ff1792d699ff02a604163c9ccf4a98a1ca3eb Author: Simon Marlow <marlowsd@gmail.com> Date: Mon Jan 31 10:32:24 2011 +0000 Merge _stub.o files into the main .o file (Fixes #3687 and #706) Now GHC still generates the _stub.c files, but the object file is automatically merged into the main .o file for a module. This means that build systems (including GHC's own) no longer need to worry about looking for _stub.o files and including them when linking. }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10467#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler