From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6938 invoked by alias); 15 Mar 2004 20:44:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6926 invoked from network); 15 Mar 2004 20:44:12 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Mar 2004 20:44:12 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1EEE52B92; Mon, 15 Mar 2004 15:44:12 -0500 (EST) Message-ID: <4056159B.5020500@gnu.org> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Cc: Mark Kettenis , Eli Zaretskii Subject: Re: [patch/rfc] Separate gdbarch_data_register_pre_init References: <404CC940.70805@gnu.org> In-Reply-To: <404CC940.70805@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00332.txt.bz2 Message-ID: <20040319000900.uv2heU0ZHEfeDSvblQG3LMkmWBFs3F9wUVs6rkrCKIE@z> I've checked this part in, still working on the doco tweaks. > 2004-03-07 Andrew Cagney > > * gdbarch.sh (gdbarch_data_pre_init_fytpe) > (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe) > (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype > and register_gdbarch_data. > (deprecated_set_gdbarch_data): Rename set_gdbarch_data. > (struct gdbarch_data): Replace "init" by "pre_init" and > "post_init". > * gdbarch.h, gdbarch.c: Re-generate. > * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter > with"obstack", use OBSTACK_ZALLOC. > (dwarf2_frame_ops): Delete. > (dwarf2_frame_set_init_reg): Use gdbarch_data. > (dwarf2_frame_init_reg): Use gdbarch_data. > (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init. > * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets) > (_initialize_svr4_solib): Update. > * user-regs.c (_initialize_user_regs): Update. > * reggroups.c (_initialize_reggroup): Update. > * regcache.c (_initialize_regcache): Update. > * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update. > * libunwind-frame.c (_initialize_libunwind_frame): Update. > * gnu-v3-abi.c (init_gnuv3_ops): Update. > * frame-unwind.c (_initialize_frame_unwind): Update. > * frame-base.c (_initialize_frame_base): Update. > * user-regs.c (user_reg_add): Update. > * reggroups.c (reggroup_add): Update. > * mips-linux-tdep.c (set_mips_linux_register_addr): Update. > * libunwind-frame.c (libunwind_frame_set_descr): Update. > * frame-unwind.c (frame_unwind_append_sniffer): Update. > * frame-base.c (frame_base_table): Update. > * remote.c (_initialize_remote): Update. > * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define. >