Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Mar 2002 14:19:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Mar 2002 14:19:13 -0500 Received: from NEVYN.RES.CMU.EDU ([128.2.145.6]:51399 "EHLO nevyn.them.org") by vger.kernel.org with ESMTP id ; Sat, 16 Mar 2002 14:18:59 -0500 Date: Sat, 16 Mar 2002 14:18:29 -0500 From: Daniel Jacobowitz To: Alan Cox Cc: Alexander Viro , Linus Torvalds , LKML Subject: Re: [PATCH] Re: 2.5.7-pre2 -- kernel.o(.data+0x300): undefined reference Message-ID: <20020316141829.A30617@nevyn.them.org> Mail-Followup-To: Alan Cox , Alexander Viro , Linus Torvalds , LKML In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 16, 2002 at 05:39:03PM +0000, Alan Cox wrote: > > +/* "Conditional" syscalls */ > > + > > +asmlinkage long sys_nfsservctl(void) __attribute__ ((weak, alias ("sys_ni_syscall"))); > > +asmlinkage long sys_quotactl(void) __attribute__ ((weak, alias ("sys_ni_syscall"))); > > + > > This is what Linus threw out before - when David wanted to use it to remove > all the intermodule crap. > > It doesn't work with some architecture binutils As of at least 2.11.2 (fairly certain) and 2.12 (definite) this should work on every architecture... -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/