Mark Hindess wrote:
Please can we try to keep formatting changes separate from functional
changes? It is impossible to see from this commit message what changed
in the file because every line changed:
Yes it happened because I set svn:eol-style property on the file that
was in DOS encoding. I should have committed it in two steps.
harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_cc.xml
In reality the real change was only one line:
--- build/make/components/vm/gc_gen.xml (revision 587471)
+++ build/make/components/vm/gc_gen.xml (revision 587472)
@@ -103,6 +103,7 @@
<libset libs="${vm.hythr.lib}" dir="${vm.hythr.libdir}" />
<select os="lnx">
<linkerarg value="-Bsymbolic" />
+ <linkerarg
value="--version-script=${build.vm.home}/gc_gen/build/gc_gen.exp" />
</select>
</linker>
Thanks,
Mark.
On 23 October 2007 at 12:17, [EMAIL PROTECTED] wrote:
Author: gshimansky
Date: Tue Oct 23 05:17:42 2007
New Revision: 587472
URL: http://svn.apache.org/viewvc?rev=587472&view=rev
Log:
Fixed bug HARMONY-4978
[drlvm][build][EUT] Eclipse3.3 crashes on SLES10 x86
Implemented version scripts for DRLVM libraries so that they export only
necessary symbols.
Added:
harmony/enhanced/drlvm/trunk/vm/em/build/em.exp
harmony/enhanced/drlvm/trunk/vm/gc_cc/build/gc_cc.exp
harmony/enhanced/drlvm/trunk/vm/gc_gen/build/
harmony/enhanced/drlvm/trunk/vm/gc_gen/build/gc_gen.exp
harmony/enhanced/drlvm/trunk/vm/interpreter/build/interpreter.exp
harmony/enhanced/drlvm/trunk/vm/jitrino/build/
harmony/enhanced/drlvm/trunk/vm/jitrino/build/jitrino.exp
harmony/enhanced/drlvm/trunk/vm/vmcore/build/vmcore.exp
Modified:
harmony/enhanced/drlvm/trunk/build/make/components/vm/em.xml
harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_cc.xml (conten
ts, props changed)
harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_gen.xml (conte
nts, props changed)
harmony/enhanced/drlvm/trunk/build/make/components/vm/interpreter.xml
harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml
harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml
harmony/enhanced/drlvm/trunk/vm/include/open/vm_util.h
harmony/enhanced/drlvm/trunk/vm/vmcore/include/ini.h
[ snip ]
--
Gregory