2 Jun 2004 14:49
Arm gcc3 toolchain guru wanted
David Brownlee <abs <at> absd.org>
2004-06-02 12:49:34 GMT
2004-06-02 12:49:34 GMT
Mozilla needs CPU/OS/Compiler specific xptc glue for each platform. NetBSD/arm has this for gcc 2.95, but not for gcc3.x. Links has code for both 2.95 and 3.x. Would any ARM toolchain expert be able to take a look at what would be needed to fixup for NetBSD/arm and gcc3? The files are in mozilla/xpcom/reflect/xptcall/src/md/unix in a standard mozilla distribution (the xptcstubs_arm_netbsd.cpp attached here is the one from pkgsrc which has a patch for a.out support). -- -- David Brownlee -- abs <at> absd.org
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. *(Continue reading)
RSS Feed