From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10082 invoked by alias); 8 Sep 2004 17:01:54 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 10065 invoked from network); 8 Sep 2004 17:01:54 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 8 Sep 2004 17:01:54 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 19277357B; Wed, 8 Sep 2004 10:01:53 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i88H1pVa031191; Wed, 8 Sep 2004 10:01:51 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i88H1lmf031187; Wed, 8 Sep 2004 10:01:47 -0700 Date: Wed, 08 Sep 2004 17:01:00 -0000 Message-Id: <200409081701.i88H1lmf031187@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: libc-hacker@sources.redhat.com Subject: Re: Fix locale/weight.h with GCC 3.5 In-Reply-To: Andreas Jaeger's message of Wednesday, 8 September 2004 07:39:46 +0200 <200409080739.58364.aj@suse.de> X-Shopping-List: (1) Paradoxical commander ripping-cats (2) Napoleonic Fruit (3) Hydroelectric reservations (4) Incandescent finger yies X-SW-Source: 2004-09/txt/msg00030.txt.bz2 > -static inline void > +inline void > +__attribute ((always_inline)) > elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc, > const Elf64_Sym *sym, const struct r_found_version *version, > void *const reloc_addr_arg) Does this really do the right thing in all of 3.[345]? I would think this would generate an external entry point too.