[project @ 2003-03-31 14:02:32 by simonmar]
authorsimonmar <unknown>
Mon, 31 Mar 2003 14:02:32 +0000 (14:02 +0000)
committersimonmar <unknown>
Mon, 31 Mar 2003 14:02:32 +0000 (14:02 +0000)
commit9d431e0874212f64e43b05c98d540f5ec7b6e9a3
tree823615cff3eed3d545fef2f421334927b7e5eb4d
parente40b7641a33099f6abeaadfe562c221be4891120
[project @ 2003-03-31 14:02:32 by simonmar]
On 32-bit platforms, add a bunch of symbols from libgcc.a used to
support 64-bit arithmetic.

It looks like these symbols are defined in libc on some platforms but
not others, but it shouldn't do any harm to include them in the list
of symbols that the linker knows about even if they're also in libc.
They were already included for some platforms (cygwin, mingw, and
darwin), this commit just includes then whenever we're compiling with
gcc on a 32-bit platform.
ghc/rts/Linker.c