------- Comment #4 from shailen dot n dot jain at gmail dot com 2009-11-09
13:47 -------
(In reply to comment #1)
> Created an attachment (id=15274)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15274&action=view) [edit]
> Add AIX 64bit support
>
I was trying to compile Mozilla Firefox latest build ( 3.7 a1pre) on AIX
64-bit.
But I got a compiler/linker error while building libffi module (
https://bugzilla.mozilla.org/show_bug.cgi?id=527410 ). I tried applying this
patch, but this did not resolve the linker error - undefined symbol
.ffi_closure_helper_DARWIN.
Adding the below lines in aix_closure.S did resolve the 'undefined symbol error
- .ffi_closure_helper_DARWIN'
# .text section
.extern .ffi_closure_helper_DARWIN
--
shailen dot n dot jain at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shailen dot n dot jain at
| |gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35484