From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12289 invoked by alias); 27 Apr 2011 13:32:51 -0000 Received: (qmail 12272 invoked by uid 22791); 27 Apr 2011 13:32:50 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_50,MSGID_FROM_MTA_HEADER,SPF_SOFTFAIL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate4.uk.ibm.com (HELO mtagate4.uk.ibm.com) (194.196.100.164) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Apr 2011 13:32:35 +0000 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p3RDWXF0002606 for ; Wed, 27 Apr 2011 13:32:33 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3RDXa1s1556600 for ; Wed, 27 Apr 2011 14:33:36 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3RDWVX4011338 for ; Wed, 27 Apr 2011 07:32:32 -0600 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id p3RDWUYw011310; Wed, 27 Apr 2011 07:32:30 -0600 Message-Id: <201104271332.p3RDWUYw011310@d06av02.portsmouth.uk.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Wed, 27 Apr 2011 15:32:30 +0200 Subject: Re: [try 2nd 2/8] Rename copy_* functions to arm_copy_* To: yao@codesourcery.com (Yao Qi) Date: Wed, 27 Apr 2011 13:32:00 -0000 From: "Ulrich Weigand" Cc: gdb-patches@sourceware.org In-Reply-To: <4DB7EF66.1080705@codesourcery.com> from "Yao Qi" at Apr 27, 2011 06:26:46 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00504.txt.bz2 Yao Qi wrote: > gdb/ > * arm-tdep.c (copy_unmodified): Rename to ... > (arm_copy_unmodified): .. this. New. > (copy_preload): Move common part to ... > (install_preload): .. this. New. > (arm_copy_preload): New. > (copy_preload_reg): Move common part to ... > (install_preload_reg): ... this. New. > (arm_copy_preload_reg): New. > (copy_b_bl_blx): Move common part to ... > (install_b_bl_blx): .. this. New. > (arm_copy_b_bl_blx): New. > (copy_bx_blx_reg): Move common part to ... > (install_bx_blx_reg): ... this. New. > (arm_copy_bx_blx_reg): New. > (copy_alu_reg): Move common part to ... > (install_alu_reg): ... this. New. > (arm_copy_alu_reg): New. > (copy_alu_shifted_reg): Move common part to ... > (install_alu_shifted_reg): ... this. New. > (copy_ldr_str_ldrb_strb): Move common part to ... > (install_ldr_str_ldrb_strb): ... this. New. > (arm_copy_ldr_str_ldrb_strb): New. > (copy_copro_load_store): Move some common part to ... > (install_copy_copro_load_store): ... this. New. > (arm_copy_copro_load_store): New. > (copy_svc): Delete. > (arm_copy_svc): Renamed from copy_svc. > (copy_undef): Delete. > (arm_copy_undef): Renamed from copy_undef. > (decode_ext_reg_ld_st): Delete. > (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st. > (decode_svc_copro): Delete. > (arm_decode_svc_copro): Renamed from decode_svc_copro. > (copy_copro_load_store, copy_alu_imm): update callers. > (copy_extra_ld_st, copy_block_xfer): Likewise. > (decode_misc_memhint_neon, decode_unconditional): Likewise. > (decode_miscellaneous, decode_dp_misc): Likewise. > (decode_ld_st_word_ubyte, decode_media): Likewise. > (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise. > (decode_svc_copro, decode_misc_memhint_neon): Likewise. > (decode_unconditional, decode_miscellaneous): Likewise. > (decode_media, decode_b_bl_ldmstm): Likewise. > (arm_process_displaced_insn): Likewise.. > (decode_misc_memhint_neon): Delete. > (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon. > (decode_miscellaneous): Delete. > (arm_decode_miscellaneous): Renamed from decode_miscellaneous. > (decode_dp_misc): Delete. > (arm_decode_dp_misc): Renamed from decode_dp_misc. > (decode_ld_st_word_ubyte): Delete. > (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte. > (decode_media): Delete. > (arm_decode_media): Renamed from decode_media. > (decode_b_bl_ldmstm): Delete. > (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm. > (decode_ext_reg_ld_st): Delete. > (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st. > (decode_unconditional): Delete. > (arm_decode_unconditional): Renamed from decode_unconditional. This is OK. Thanks, Ulrich -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE Ulrich.Weigand@de.ibm.com