diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:59:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:59:08 +0000 |
commit | 32caf6de18356db75b385227a2c1a35e1358f529 (patch) | |
tree | cd19f257252d24708ebf949c9ac68c131d9b8ee6 /bridges | |
parent | 8474783ebefed17bc9f23455a564de9b6ea549a4 (diff) |
INTEGRATION: CWS freebsd08 (1.3.102); FILE MERGED
2007/06/01 21:40:54 maho 1.3.102.1: * Sync with newer bridge code from Linux.
* Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly
on _FreeBSD_version >= 602103
Issue number: #i66667#
Submitted by: jkim
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_freebsd_intel/call.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_freebsd_intel/call.s b/bridges/source/cpp_uno/gcc3_freebsd_intel/call.s index 29c901f1804c..f345e3a764ac 100644 --- a/bridges/source/cpp_uno/gcc3_freebsd_intel/call.s +++ b/bridges/source/cpp_uno/gcc3_freebsd_intel/call.s @@ -265,3 +265,4 @@ privateSnippetExecutorClass: .uleb128 5 .align 4 .LEFDEc: + .section .note.GNU-stack,"",@progbits |