From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22508 invoked by alias); 3 Aug 2004 02:38:29 -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 22500 invoked from network); 3 Aug 2004 02:38:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 3 Aug 2004 02:38:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i732cSe3015834 for ; Mon, 2 Aug 2004 22:38:28 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i732cRa27549; Mon, 2 Aug 2004 22:38:28 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 471D52B9D; Mon, 2 Aug 2004 22:38:22 -0400 (EDT) Message-ID: <410EFA9E.3000302@gnu.org> Date: Tue, 03 Aug 2004 02:38:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] Delete expunged deprecated_register_... functions Content-Type: multipart/mixed; boundary="------------030601040700030609000508" X-SW-Source: 2004-08/txt/msg00056.txt.bz2 This is a multi-part message in MIME format. --------------030601040700030609000508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 94 FYI, Working architectures don't set these, and the core doesn't use them. Removed. Andrew --------------030601040700030609000508 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 2552 2004-08-02 Andrew Cagney * gdbarch.sh (deprecated_register_virtual_type) (deprecated_save_dummy_frame_tos, deprecated_push_return_address) (deprecated_dummy_write_sp): Delete. * gdbarch.h, gdbarch.c: Re-generate. Index: gdbarch.sh =================================================================== RCS file: /cvs/src/src/gdb/gdbarch.sh,v retrieving revision 1.339 diff -p -u -r1.339 gdbarch.sh --- gdbarch.sh 3 Aug 2004 02:02:22 -0000 1.339 +++ gdbarch.sh 3 Aug 2004 02:13:33 -0000 @@ -461,8 +461,6 @@ f:=:const char *:register_name:int regnr # REGISTER_TYPE is a direct replacement for DEPRECATED_REGISTER_VIRTUAL_TYPE. M::struct type *:register_type:int reg_nr:reg_nr -# REGISTER_TYPE is a direct replacement for DEPRECATED_REGISTER_VIRTUAL_TYPE. -F:=:struct type *:deprecated_register_virtual_type:int reg_nr:reg_nr # If the value returned by DEPRECATED_REGISTER_BYTE agrees with the # register offsets computed using just REGISTER_TYPE, this can be # deleted. See: maint print registers. NOTE: cagney/2002-05-02: This @@ -485,9 +483,6 @@ F:=:int:deprecated_register_virtual_size # See gdbint.texinfo, and PUSH_DUMMY_CALL. M::struct frame_id:unwind_dummy_id:struct frame_info *info:info # Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete -# SAVE_DUMMY_FRAME_TOS. -F:=:void:deprecated_save_dummy_frame_tos:CORE_ADDR sp:sp -# Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete # DEPRECATED_FP_REGNUM. v:=:int:deprecated_fp_regnum::::-1:-1::0 # Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete @@ -499,11 +494,6 @@ F:=:CORE_ADDR:deprecated_target_read_fp: M::CORE_ADDR:push_dummy_call:struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr:function, regcache, bp_addr, nargs, args, sp, struct_return, struct_addr # PUSH_DUMMY_CALL is a direct replacement for DEPRECATED_PUSH_ARGUMENTS. F:=:CORE_ADDR:deprecated_push_arguments:int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr:nargs, args, sp, struct_return, struct_addr -# Implement PUSH_RETURN_ADDRESS, and then merge in -# DEPRECATED_PUSH_RETURN_ADDRESS. -F:=:CORE_ADDR:deprecated_push_return_address:CORE_ADDR pc, CORE_ADDR sp:pc, sp -# Implement PUSH_DUMMY_CALL, then merge in DEPRECATED_DUMMY_WRITE_SP. -F:=:void:deprecated_dummy_write_sp:CORE_ADDR val:val # DEPRECATED_REGISTER_SIZE can be deleted. v:=:int:deprecated_register_size v:=:int:call_dummy_location:::::AT_ENTRY_POINT::0 --------------030601040700030609000508--