From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24431 invoked by alias); 18 Jun 2003 04:27:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24356 invoked from network); 18 Jun 2003 04:27:34 -0000 Received: from unknown (HELO www.iap-online.com) (64.49.255.10) by sources.redhat.com with SMTP; 18 Jun 2003 04:27:34 -0000 Received: from www.iap-online.com (localhost [127.0.0.1]) by www.iap-online.com (8.12.4/8.12.4) with ESMTP id h5I4PTRr019044; Wed, 18 Jun 2003 13:25:30 +0900 From: saleru.raja@iap-online.com Received: (from apache@localhost) by www.iap-online.com (8.12.4/8.12.4/Submit) id h5I4PTIq019042; Wed, 18 Jun 2003 13:25:29 +0900 Date: Wed, 18 Jun 2003 04:27:00 -0000 Message-Id: <200306180425.h5I4PTIq019042@www.iap-online.com> X-Authentication-Warning: www.iap-online.com: apache set sender to saleru.raja@iap-online.com using -f To: gdb@sources.redhat.com Subject: init_registers Received: from 157.78.8.41 (auth. user saleru.raja@64.49.255.10) by iap-online.com with HTTP; Wed, 18 Jun 2003 04:25:29 +0000 X-IlohaMail-Blah: saleru.raja@iap-online.com X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo Bounce-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2003-06/txt/msg00370.txt.bz2 Hello, Please look at the following function, which is in file "regdat.sh" in GDB void init_registers () { set_register_cache (regs_${name}, sizeof (regs_${name}) / sizeof (regs_${name}[0])); gdbserver_expedite_regs = expedite_regs_${name}; } If the target is "sh-elf", then what will be the modified function after compiling ? Thanks in advance Regards Raja Saleru