diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-09-04 13:38:35 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-09-04 14:30:43 (GMT) |
commit | 26d0990c66068bfc92a2ec77512b26d4a0c11b02 (patch) | |
tree | 13d66ae7300678fa5d63c481492ecedee4c44727 /src/gui/statemachine | |
parent | f0b0ab1291dec59ae2fe1e88a3b20d173772e175 (diff) | |
download | Qt-26d0990c66068bfc92a2ec77512b26d4a0c11b02.zip Qt-26d0990c66068bfc92a2ec77512b26d4a0c11b02.tar.gz Qt-26d0990c66068bfc92a2ec77512b26d4a0c11b02.tar.bz2 |
Implement symbol hiding for JSC's JIT functions.
These functions are implemented directly in assembly, so they need the
proper directives to enable/disable visibility. On ELF systems, it's
.hidden, whereas on Mach-O systems (Mac) it's .private_extern. On
Windows, it's not necessary since you have to explicitly export. I
also implemented the AIX idiom, though it's unlikely anyone will
implement AIX/POWER JIT.
That leaves only HP-UX on PA-RISC unimplemented, from the platforms
that Qt supports. It's also unlikely that we'll imlpement JIT for it.
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/gui/statemachine')
0 files changed, 0 insertions, 0 deletions