From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29319 invoked by alias); 8 Sep 2004 17:24:06 -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 29129 invoked from network); 8 Sep 2004 17:24:04 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 8 Sep 2004 17:24:04 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 4CBB8BADF14; Wed, 8 Sep 2004 19:24:04 +0200 (CEST) To: Roland McGrath Cc: libc-hacker@sources.redhat.com Subject: Re: Fix locale/weight.h with GCC 3.5 References: <200409081701.i88H1lmf031187@magilla.sf.frob.com> From: Andreas Jaeger Date: Wed, 08 Sep 2004 17:24:00 -0000 In-Reply-To: <200409081701.i88H1lmf031187@magilla.sf.frob.com> (Roland McGrath's message of "Wed, 8 Sep 2004 10:01:47 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-09/txt/msg00031.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1060 Roland McGrath writes: >> -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. It seems so :-( $ nm dl-conflict.os U _dl_argv_internal U _dl_dprintf U _dl_reloc_bad_type 00000000000000a0 T _dl_resolve_conflicts 0000000000000000 t elf_machine_rela.0 U _GLOBAL_OFFSET_TABLE_ 0000000000000017 r .LC0 0000000000000000 r .LC1 0000000000000000 r .LC2 U _rtld_local U _rtld_local_ro So, should I add #ifndef RESOLVE here also? Andreas --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBP0AzOJpWPMJyoSYRAg98AJ0U/1lOktju+BToYYKGT1TQVqAgMACeMREa pRtgjitGPRVGYXdy7tJOC5s= =S+SO -----END PGP SIGNATURE----- --=-=-=--