From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4890 invoked by alias); 31 May 2005 13:21:57 -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 4879 invoked from network); 31 May 2005 13:21:49 -0000 Received: from unknown (205.217.158.180) by sourceware.org with QMTP; 31 May 2005 13:21:49 -0000 Received: (qmail 27302 invoked by uid 10); 31 May 2005 13:21:48 -0000 Received: (qmail 2754 invoked by uid 500); 31 May 2005 13:21:40 -0000 Mail-Followup-To: binutils@sources.redhat.com, jbglaw@lug-owl.de To: Jan-Benedict Glaw Cc: binutils@sources.redhat.com Subject: Re: [PATCH] C90fy elf32-vax.c References: <20050531093443.GS2417@lug-owl.de> From: Ian Lance Taylor Date: Tue, 31 May 2005 14:09:00 -0000 In-Reply-To: <20050531093443.GS2417@lug-owl.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-05/txt/msg00762.txt.bz2 Jan-Benedict Glaw writes: > 2005-05-30 Jan-Benedict Glaw > > bfd/ > * elf32-vax.c (rtype_to_howto): Remove PARAMS. > (reloc_type_lookup): Dito. > (elf_vax_discard_copies): Dito. > (elf_vax_instantiate_got_entries): Dito. > (elf_vax_link_hash_traverse): Dito. > (elf_vax_link_hash_newfunc): Dito. > (elf_vax_link_hash_table_create): Dito. > (elf32_vax_set_private_flags): Dito. > (elf32_vax_merge_private_bfd_data): Dito. > (elf32_vax_print_private_bfd_data): Dito. > (elf_vax_check_relocs): Dito. > (elf_vax_gc_mark_hook): Dito. > (elf_vax_gc_sweep_hook): Dito. > (elf_vax_size_dynamic_sections): Dito. > (elf_vax_discard_copies): Dito. > (elf_vax_instantiate_got_entries): Dito. > (elf_vax_relocate_section): Dito. > (elf_vax_finish_dynamic_symbol): Dito. > (elf_vax_finish_dynamic_sections): Dito. > (elf_vax_hash_table): Break-up of line isn't needed. > (elf_vax_check_relocs): Remove leading whitespace > (elf_vax_relocate_section): Remove redundant whitespace > (elf_vax_link_hash_newfunc): Don't cast NULL. > (elf_vax_link_hash_table_create): Dito. This is OK. Thanks. Ian