From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15128 invoked by alias); 2 Jul 2002 04:25:37 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 15111 invoked from network); 2 Jul 2002 04:25:33 -0000 Received: from unknown (HELO mta04ps.bigpond.com) (144.135.25.136) by sources.redhat.com with SMTP; 2 Jul 2002 04:25:33 -0000 Received: from bubble.local ([144.135.25.75]) by mta04ps.bigpond.com (Netscape Messaging Server 4.15 mta04ps Apr 29 2002 13:22:02) with SMTP id GYLTMJ00.3FW for ; Tue, 2 Jul 2002 14:25:31 +1000 Received: from CPE-144-136-176-14.sa.bigpond.net.au ([144.136.176.14]) by PSMAM03.mailsvc.email.bigpond.com(MailRouter V3.0n 89/1410147); 02 Jul 2002 14:25:31 Received: (qmail 24656 invoked by uid 179); 2 Jul 2002 04:25:30 -0000 Date: Mon, 01 Jul 2002 21:25:00 -0000 From: Alan Modra To: binutils@sources.redhat.com Subject: trivial fixes Message-ID: <20020702042530.GB22093@bubble.sa.bigpond.net.au> Mail-Followup-To: binutils@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-SW-Source: 2002-07/txt/msg00028.txt.bz2 bfd/ChangeLog * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar. ld/ChangeLog * ldfile.c (ldfile_try_open_bfd): Formatting. Index: bfd/elf.c =================================================================== RCS file: /cvs/src/src/bfd/elf.c,v retrieving revision 1.150 diff -u -p -r1.150 elf.c --- bfd/elf.c 25 Jun 2002 09:40:43 -0000 1.150 +++ bfd/elf.c 1 Jul 2002 08:23:09 -0000 @@ -7178,7 +7178,7 @@ _bfd_elf_reloc_type_class (rela) return reloc_class_normal; } -/* For RELA architectures, return what the relocation value for +/* For RELA architectures, return the relocation value for a relocation against a local symbol. */ bfd_vma Index: ld/ldfile.c =================================================================== RCS file: /cvs/src/src/ld/ldfile.c,v retrieving revision 1.18 diff -u -p -r1.18 ldfile.c --- ld/ldfile.c 8 Jun 2002 07:39:45 -0000 1.18 +++ ld/ldfile.c 1 Jul 2002 08:08:50 -0000 @@ -136,8 +136,7 @@ ldfile_try_open_bfd (attempt, entry) if ((bfd_arch_get_compatible (check, output_bfd) == NULL) /* XCOFF archives can have 32 and 64 bit objects */ && ! (bfd_get_flavour (check) == bfd_target_xcoff_flavour - && bfd_get_flavour (output_bfd) == - bfd_target_xcoff_flavour + && bfd_get_flavour (output_bfd) == bfd_target_xcoff_flavour && bfd_check_format (entry->the_bfd, bfd_archive))) { einfo (_("%P: skipping incompatible %s when searching for %s\n"), -- Alan Modra IBM OzLabs - Linux Technology Centre