xpcom/reflect/xptcall/status.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 4
michael@0 5 <html>
michael@0 6 <head>
michael@0 7 <title>xptcall Porting Status</title>
michael@0 8 </head>
michael@0 9 <body bgcolor = "white">
michael@0 10 <h2><center>xptcall Porting Status</center></h2>
michael@0 11
michael@0 12 <h3>What is this?</h3>
michael@0 13
michael@0 14 This is a status page for the multiplatform porting of xptcall.
michael@0 15 xptcall has a
michael@0 16 <a href="http://www.mozilla.org/scriptable/xptcall-faq.html">FAQ</a>
michael@0 17 and a
michael@0 18 <a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html">Porting Guide</a>.
michael@0 19
michael@0 20 <p>
michael@0 21
michael@0 22 This is being maintained by <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a>.
michael@0 23 Feel free to email me with questions or to volunteer to contribute xptcall code for any platform.
michael@0 24
michael@0 25 <p>
michael@0 26
michael@0 27 <a href="mailto:shaver@mozilla.org">Mike Shaver &lt;shaver@mozilla.org&gt;</a>
michael@0 28 is the best contact regarding 'nix (Unix, Linux, Finux, etc.) ports of xptcall.
michael@0 29
michael@0 30 <h3>Status</h3>
michael@0 31
michael@0 32 <table BORDER="1">
michael@0 33 <TR align="left" BGCOLOR="yellow">
michael@0 34 <TH>Status</TH>
michael@0 35 <TH>Platform</TH>
michael@0 36 <TH><img src="http://tinderbox.mozilla.org/star.gif">Contributors and <font color="red"><b>?</b></font> Possible Contributors</TH>
michael@0 37 <TH>Notes</TH>
michael@0 38 </TR>
michael@0 39
michael@0 40 <TR>
michael@0 41 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 42 <TD>Win32 x86</TD>
michael@0 43 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 44 <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a>
michael@0 45 </TD>
michael@0 46 <TD>
michael@0 47 <a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/win32">win32</a></TD>
michael@0 48 </TR>
michael@0 49
michael@0 50 <TR>
michael@0 51 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 52 <TD>Linux x86</TD>
michael@0 53 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 54 <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a><br>
michael@0 55 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 56 <a href="mailto:drepper@cygnus.com">Ulrich Drepper &lt;drepper@cygnus.com&gt;</a>
michael@0 57 </TD>
michael@0 58 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a>
michael@0 59 </TD>
michael@0 60 </TR>
michael@0 61
michael@0 62 <TR>
michael@0 63 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 64 <TD>FreeBSD and NetBSD x86</TD>
michael@0 65 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 66 <a href="mailto:toshok@hungry.com">Christoph Toshok &lt;toshok@hungry.com&gt;</a>,<BR>
michael@0 67 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 68 <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a></TD>
michael@0 69 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (same as Linux 86 code)</TD>
michael@0 70 </TR>
michael@0 71
michael@0 72 <TR>
michael@0 73 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 74 <TD>BSD/OS x86</TD>
michael@0 75 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 76 <a href="mailto:bert_driehuis@nl.compuware.com">Bert Driehuis &lt;bert_driehuis@nl.compuware.com&gt;</a></TD>
michael@0 77 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (same as Linux 86 code)
michael@0 78 Bert contributed patches that *should* do the right thing for all the unixish-x86
michael@0 79 versions of this code for GCC 2.7 or 2.8 vs. EGCS 1.1. He notes that the vtbl
michael@0 80 scheme is different. He is hoping that others will help test the changes using
michael@0 81 these two compilers on the various platforms where this same code is used.
michael@0 82 <a href="news://news.mozilla.org/372DD257.4248C821%40nl.compuware.com">Bert's details</a>
michael@0 83 </TD>
michael@0 84 </TR>
michael@0 85
michael@0 86 <TR>
michael@0 87 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 88 <TD>Mac PPC</TD>
michael@0 89 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 90 <a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,<BR>
michael@0 91 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 92 <a href="mailto:beard@netscape.com">Patrick Beard &lt;beard@netscape.com&gt;</a>
michael@0 93 </TD>
michael@0 94 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/mac">mac</a> (passing tests and checked in)</TD>
michael@0 95 </TR>
michael@0 96
michael@0 97 <TR>
michael@0 98 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 99 <TD>Solaris Sparc</TD>
michael@0 100 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 101 <a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,<BR>
michael@0 102 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 103 <a href="mailto:mcafee@netscape.com">Chris McAfee &lt;mcafee@netscape.com&gt;</a>
michael@0 104 </TD>
michael@0 105 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> This is checked in and working.</TD>
michael@0 106 </TR>
michael@0 107
michael@0 108 <TR>
michael@0 109 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 110 <TD>Solaris Sparc v9 (64bit)</TD>
michael@0 111 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 112 <a href="mailto:pavlov@netscape.com">Stuart Parmenter &lt;pavlov@netscape.com&gt;</a>,<BR>
michael@0 113 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 114 <a href="mailto:cls@seawood.org">Chris Seawood &lt;cls@seawood.org&gt;</a>
michael@0 115 </TD>
michael@0 116 <TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> This is checked in and (pavlov claims!) working.</TD>
michael@0 117 </TR>
michael@0 118
michael@0 119 <TR>
michael@0 120 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 121 <TD>OS/2</TD>
michael@0 122 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 123 <a href="mailto:mjf35@cam.ac.uk">John Fairhurst &lt;mjf35@cam.ac.uk&gt;</a></TD>
michael@0 124 <TD>I never heard exactly who did what. But mozilla has been working on OS/2
michael@0 125 for a long time now.
michael@0 126 </TD>
michael@0 127 </TR>
michael@0 128
michael@0 129 <TR>
michael@0 130 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 131 <TD>OpenVMS Alpha</TD>
michael@0 132 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 133 <a href="mailto:colin@theblakes.com">Colin R. Blake &lt;colin@theblakes.com&gt;</a></TD>
michael@0 134 <TD>
michael@0 135 Colin says this is passing all the tests on OpenVMS Alpha!
michael@0 136 </TD>
michael@0 137 </TR>
michael@0 138
michael@0 139 <TR>
michael@0 140 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 141 <TD>NT Alpha</TD>
michael@0 142 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 143 <a href="mailto:bob@guiduck.com">bob meader &lt;bob@guiduck.com&gt;</a></TD>
michael@0 144 <TD>
michael@0 145 bob writes:<br>
michael@0 146 Enclosed is xptcall for alpha/nt target..
michael@0 147 <p>
michael@0 148 It is a variation of the IRIS port (only targeted for win32).
michael@0 149 <p>
michael@0 150 Notice the last 2 files (the change to mozilla\xpcom\build\makefile.win and
michael@0 151 mozilla\xpcom\build) are needed because I was unable to figure how to do a
michael@0 152 "declspecexport" from the assembler ASAXP ... if some knows how to do that then
michael@0 153 those last 2 files won't be needed.
michael@0 154 <p>
michael@0 155 I have had someone look over this code at bridge.com (the entry point to
michael@0 156 compaq/gem compiler team) and this code was given the OK. I consider it "done".
michael@0 157 <p>
michael@0 158 This code lives in the files where the name includes 'alpha' in the <a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/win32">win32</a> directory.<BR>
michael@0 159 </TD>
michael@0 160 </TR>
michael@0 161
michael@0 162 <TR>
michael@0 163 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 164 <TD>Linux ARM</TD>
michael@0 165 <TD><img alt="Started" title="Started" src="http://tinderbox.mozilla.org/star.gif">
michael@0 166 <a href="mailto:sh990154@mail.uni-greifswald.de">Stefan Hanske&lt;sh990154@mail.uni-greifswald.de&gt;</a><BR>
michael@0 167 <font color="red"><b>?</b></font>
michael@0 168 <a href="mailto:willy@bofh.ai">Matthew Wilcox &lt;willy@bofh.ai&gt;</a></TD>
michael@0 169 <TD>
michael@0 170 Stefan's code is checked in and he says it is working.
michael@0 171 </TD>
michael@0 172 </TR>
michael@0 173
michael@0 174 <TR>
michael@0 175 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 176 <TD>Linux Sparc</TD>
michael@0 177 <TD>
michael@0 178 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 179 <a href="mailto:anton@progsoc.uts.edu.au">Anton Blanchard &lt;anton@progsoc.uts.edu.au&gt;</a>,
michael@0 180 <BR>
michael@0 181 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 182 <a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,
michael@0 183 <BR>
michael@0 184 <img alt="Maybe" title="Maybe" src="http://tinderbox.mozilla.org/star.gif">
michael@0 185 <a href="mailto:ehle.3@osu.eduehle.3@osu.edu">Brandon Ehle &lt;ehle.3@osu.edu&gt;</a>
michael@0 186 </TD>
michael@0 187 <TD>
michael@0 188 Anton contributed patches to Roger's Sparc code. Anton says it works and passes the tests!<b>
michael@0 189 (24-Aug-1999) Brandon writes: I've finished testing XPTCALL Sparc Linux on 12 different Sparc machines and it checks out good.
michael@0 190 </TD>
michael@0 191 </TR>
michael@0 192
michael@0 193 <TR>
michael@0 194 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 195 <TD>Linux PPC</TD>
michael@0 196 <TD>
michael@0 197 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 198 <a href="mailto:beard@netscape.com">Patrick Beard &lt;beard@netscape.com&gt;</a><BR>
michael@0 199 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 200 <a href="mailto:waterson@netscape.com">Chris Waterson &lt;waterson@netscape.com&gt;</a><BR>
michael@0 201 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 202 <a href="mailto:Franz.Sirl-kernel@lauterbach.com">Franz Sirl &lt;Franz.Sirl-kernel@lauterbach.com&gt;</a><BR>
michael@0 203 <font color="red"><b>?</b></font>
michael@0 204 <a href="mailto:jsproul@condor.fddi.wesleyan.edu">Jason Y. Sproul &lt;jsproul@condor.fddi.wesleyan.edu&gt;</a><BR>
michael@0 205 <font color="red"><b>?</b></font>
michael@0 206 <a href="mailto:darkmane@w-link.net">Sean Chitwood &lt;darkmane@w-link.net&gt;</a></TD>
michael@0 207 <TD>
michael@0 208 waterson said: <b>Mozilla runs on Linux/PPC</b>
michael@0 209 </TD>
michael@0 210 </TR>
michael@0 211
michael@0 212 <TR>
michael@0 213 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 214 <TD>Linux Alpha</TD>
michael@0 215 <TD>
michael@0 216 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 217 <a href="mailto:glen.nakamura@usa.net">Glen Nakamura &lt;glen.nakamura@usa.net&gt;</a><BR>
michael@0 218 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 219 <a href="mailto:morrildl@nycap.rr.com">Dan Morril &lt;morrildl@nycap.rr.com&gt;</a><BR>
michael@0 220 </TD>
michael@0 221 <TD>
michael@0 222 Glen writes:
michael@0 223 <p>
michael@0 224 I am attaching a patch which contains my Linux Alpha xptcall code.
michael@0 225 It passes TestXPTCInvoke and TestXPC on my machine which runs
michael@0 226 kernel 2.2.7, glibc 2.1.1, and egcs 1.1.2. I have not tested it
michael@0 227 with older GNU compilers such as gcc 2.8.x. From looking at the
michael@0 228 Linux x86 code, I gather that the vtable layout is a little different
michael@0 229 for those compilers and the code will need minor modifications
michael@0 230 in order to work properly.
michael@0 231 <p>
michael@0 232 I am not sure how much of the code can be used for OpenVMS Alpha
michael@0 233 and/or Digital UNIX. Currently the code is dependent on the g++
michael@0 234 name mangling convention and a few GNU extensions so I'm not sure
michael@0 235 how useful it will be for the other systems. Hopefully the
michael@0 236 comments in the code are detailed enough to help people attempting
michael@0 237 a port.
michael@0 238 <p>
michael@0 239 </TD>
michael@0 240 </TR>
michael@0 241
michael@0 242 <TR>
michael@0 243 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 244 <TD>SunOS x86</TD>
michael@0 245 <TD>
michael@0 246 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 247 <a href="mailto:aljones@lbl.gov">Arthur Jones &lt;aljones@lbl.gov&gt;</a><BR>
michael@0 248 <font color="red"><b>?</b></font>
michael@0 249 <a href="mailto:ppokorny@mindspring.com">Philip Pokorny &lt;ppokorny@mindspring.com&gt;</a><BR>
michael@0 250 </TD>
michael@0 251 <TD>
michael@0 252 The word I hear is that this is working and done
michael@0 253 </TD>
michael@0 254 </TR>
michael@0 255
michael@0 256 <TR>
michael@0 257 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 258 <TD>HP-UX</TD>
michael@0 259 <TD>
michael@0 260 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 261 <a href="mailto:wang@cup.hp.com">Thomas Wang &lt;wang@cup.hp.com&gt;</a><BR>
michael@0 262 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 263 <a href="mailto:mgleeson1@netscape.com">Mike Gleeson &lt;mgleeson1@netscape.com&gt;</a>
michael@0 264 </TD>
michael@0 265 <TD>I hear that this code is checked in and working. Though, there is some
michael@0 266 doubt - see bug
michael@0 267 #<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=17997">17997</a>
michael@0 268 </TD>
michael@0 269 </TR>
michael@0 270
michael@0 271 <TR>
michael@0 272 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 273 <TD>AIX PPC</TD>
michael@0 274 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 275 <a href="mailto:jdunn@netscape.com">Jim Dunn &lt;jdunn@netscape.com&gt;</a></TD>
michael@0 276 <TD>Philip K. Warren writes: <BR>
michael@0 277
michael@0 278 We have gone through several releases of AIX without any problems.
michael@0 279 </TD>
michael@0 280 </TR>
michael@0 281
michael@0 282 <TR>
michael@0 283 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 284 <TD>Irix</TD>
michael@0 285 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 286 <a href="mailto:jasonh@m7.engr.sgi.com">Jason Heirtzler &lt;jasonh@m7.engr.sgi.com&gt;</a><BR>
michael@0 287 </TD>
michael@0 288 <TD>Jason has declared this done. Jason is no longer working at SGI and will
michael@0 289 not be maintaining this code. There is some doubt as to whether or not this is
michael@0 290 working for everyone - see bug
michael@0 291 #<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=10061">10061</a>.
michael@0 292 <a href="mailto:shaver@mozilla.org">Mike&nbsp;Shaver&nbsp;&lt;shaver@mozilla.org&gt;</a>
michael@0 293 is the interim maintainer until someone more suitable can be found.
michael@0 294 </TD>
michael@0 295 </TR>
michael@0 296
michael@0 297 <TR>
michael@0 298 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 299 <TD>BeOS x86</TD>
michael@0 300 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 301 <a href="mailto:duncan@be.com">Duncan Wilcox &lt;duncan@be.com&gt;</a><BR>
michael@0 302 </TD>
michael@0 303 <TD>
michael@0 304 <a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (yet another reuse of the Linux 86 code!)<BR>
michael@0 305 Duncan says this is all working. He did the code for old cfront style 'this' adjustment for others to use too!
michael@0 306 </TD>
michael@0 307 </TR>
michael@0 308
michael@0 309 <TR>
michael@0 310 <TD bgcolor="red"><font color="white"><b>HELP!</b></font></TD>
michael@0 311 <TD>BeOS PPC</TD>
michael@0 312 <TD align="center">-</TD>
michael@0 313 <TD align="center">-</TD>
michael@0 314 </TR>
michael@0 315
michael@0 316 <TR>
michael@0 317 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 318 <TD>Compaq Tru64 UNIX (Digital UNIX)</TD>
michael@0 319 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 320 <a href="mailto:streeter@zk3.dec.com">Steve Streeter &lt;streeter@zk3.dec.com&gt;</a><BR>
michael@0 321 </TD>
michael@0 322 <TD>Code passes the tests and is checked in.</TD>
michael@0 323 </TR>
michael@0 324
michael@0 325 <TR>
michael@0 326 <TD bgcolor="khaki"><font color="black"><b>Working</b></font></TD>
michael@0 327 <TD>Neutrio x86</TD>
michael@0 328 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 329 <a href="mailto:Jerry.Kirk@Nexwarecorp.com">Jerry L. Kirk &lt;Jerry.Kirk@Nexwarecorp.com&gt;</a><BR>
michael@0 330 </TD>
michael@0 331 <TD>
michael@0 332 Patches for xptc*_unixish_x86.cpp checked in. Waiting for verification that this is really finished.
michael@0 333 </TD>
michael@0 334 </TR>
michael@0 335
michael@0 336 <TR>
michael@0 337 <TD bgcolor="khaki"><font color="black"><b>Investigating</b></font></TD>
michael@0 338 <TD>SCO UW7 and OSR5</TD>
michael@0 339 <TD>
michael@0 340 <img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
michael@0 341 <a href="mailto:jkj@sco.com">J. Kean Johnston &lt;jkj@sco.com&gt;</a><BR>
michael@0 342 <img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
michael@0 343 <a href="mailto:evanh@sco.com">Evan Hunt &lt;evanh@sco.com&gt;</a><BR>
michael@0 344 </TD>
michael@0 345 <TD>Recent (Feb-2001) email from jkj@sco.com suggests that work will be occuring soon.</TD>
michael@0 346 </TR>
michael@0 347
michael@0 348 <TR>
michael@0 349 <TD bgcolor="khaki"><font color="black"><b>Works</b></font></TD>
michael@0 350 <TD>NetBSD/m68k</TD>
michael@0 351 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 352 <a href="mailto:khym@bga.com">Dave Huang &lt;khym@bga.com&gt;</a><BR>
michael@0 353 </TD>
michael@0 354 <TD>
michael@0 355 Dave's changes are in the tree. Waiting for verification that it is really finished.</TD>
michael@0 356 </TR>
michael@0 357
michael@0 358 <TR>
michael@0 359 <TD bgcolor="khaki"><font color="black"><b>Partially Working</b></font></TD>
michael@0 360 <TD>NetBSD/arm32</TD>
michael@0 361 <TD><img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
michael@0 362 <a href="mailto:mpumford@black-star.demon.co.uk">Mike Pumford &lt;mpumford@black-star.demon.co.uk&gt;</a>
michael@0 363 </TD>
michael@0 364 <TD>Mike writes:<BR>
michael@0 365 I have started porting to the platform based on the code for Linux ARM. The
michael@0 366 InvokeByIndex code works correctly when used with TestXPTCInvoke. I am
michael@0 367 currently working on making TestXPC function correctly.
michael@0 368 <P>
michael@0 369 I am doing the porting work with egcs-1.1.2 on NetBSD 1.4P (NetBSD-current
michael@0 370 snapshot from a couple of days ago).
michael@0 371 </TD>
michael@0 372 </TR>
michael@0 373
michael@0 374 <TR>
michael@0 375 <TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
michael@0 376 <TD>Linux ia64</TD>
michael@0 377 <TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 378 HP<br>
michael@0 379 <img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
michael@0 380 <a href="mailto:drepper@redhat.com">Ulrich Drepper &lt;drepper@redhat.com&gt;</a>
michael@0 381 </TD>
michael@0 382 <TD><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=40950#c15">bug 40950 comment 15</a></TD>
michael@0 383 </TR>
michael@0 384
michael@0 385
michael@0 386 <TR>
michael@0 387 <TD bgcolor="red"><font color="white"><b>HELP!</b></font></TD>
michael@0 388 <TD>All others!</TD>
michael@0 389 <TD align="center">-</TD>
michael@0 390 <TD align="center">-</TD>
michael@0 391 </TR>
michael@0 392
michael@0 393
michael@0 394 </table>
michael@0 395
michael@0 396 <p>
michael@0 397
michael@0 398 <b>Note:</b> I've used the symbol (<font color="red"><b>?</b></font>) to
michael@0 399 indicate people who have expressed an interest in <i>possibly</i> contributing code.
michael@0 400 Just because these people are listed here does not mean that they have commited
michael@0 401 themselves to do the work. If <b>you</b> would like to contribute then let me
michael@0 402 know. Feel free to email these folks and offer to help or find out what's going
michael@0 403 on. We're all in this together.
michael@0 404
michael@0 405 <p>
michael@0 406
michael@0 407 <hr>
michael@0 408 <b>Author:</b> <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a><br>
michael@0 409 <b>Last modified:</b> 3 February 2003
michael@0 410
michael@0 411 </body>
michael@0 412 </html>

mercurial