From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19372 invoked by alias); 8 Mar 2004 22:51:10 -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 19313 invoked from network); 8 Mar 2004 22:51:08 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 8 Mar 2004 22:51:08 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3FA5A47D62; Mon, 8 Mar 2004 14:51:12 -0800 (PST) Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/pa] missing "break" Message-ID: <20040308225112.GY1226@gnat.com> References: <404B7677.1040904@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <404B7677.1040904@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-03/txt/msg00181.txt.bz2 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 593 > Oops, deleted slightly to much code when enabling enabling 64-bit ABI. Just for the record, the actual patch was not: > 2004-03-07 Andrew Cagney > > * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info) > (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) > (pa_strcat_fp_reg, pa_register_look_aside): Delete. > * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO) > (pa_do_registers_info): Delete. But rather: 2004-03-07 Andrew Cagney * hppa-tdep.c (hppa_gdbarch_init): Add missing "break". :-) -- Joel --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="hppa-tdep.c.diff" Content-length: 550 Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- hppa-tdep.c 7 Mar 2004 19:00:42 -0000 1.134 +++ hppa-tdep.c 7 Mar 2004 19:21:13 -0000 1.135 @@ -3363,6 +3363,7 @@ hppa_gdbarch_init (struct gdbarch_info i break; case 8: set_gdbarch_return_value (gdbarch, hppa64_return_value); + break; default: internal_error (__FILE__, __LINE__, "bad switch"); } --E39vaYmALEf/7YXx-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19372 invoked by alias); 8 Mar 2004 22:51:10 -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 19313 invoked from network); 8 Mar 2004 22:51:08 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 8 Mar 2004 22:51:08 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3FA5A47D62; Mon, 8 Mar 2004 14:51:12 -0800 (PST) Date: Mon, 08 Mar 2004 22:51:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/pa] missing "break" Message-ID: <20040308225112.GY1226@gnat.com> References: <404B7677.1040904@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <404B7677.1040904@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-03.o/txt/msg00181.txt Message-ID: <20040308225100.NwJCDuDMGWdQMraR_sZdhJO6oYYCqS8a64XTwqwRwuA@z> --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 593 > Oops, deleted slightly to much code when enabling enabling 64-bit ABI. Just for the record, the actual patch was not: > 2004-03-07 Andrew Cagney > > * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info) > (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) > (pa_strcat_fp_reg, pa_register_look_aside): Delete. > * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO) > (pa_do_registers_info): Delete. But rather: 2004-03-07 Andrew Cagney * hppa-tdep.c (hppa_gdbarch_init): Add missing "break". :-) -- Joel --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="hppa-tdep.c.diff" Content-length: 550 Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- hppa-tdep.c 7 Mar 2004 19:00:42 -0000 1.134 +++ hppa-tdep.c 7 Mar 2004 19:21:13 -0000 1.135 @@ -3363,6 +3363,7 @@ hppa_gdbarch_init (struct gdbarch_info i break; case 8: set_gdbarch_return_value (gdbarch, hppa64_return_value); + break; default: internal_error (__FILE__, __LINE__, "bad switch"); } --E39vaYmALEf/7YXx--