This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH, e500] Fix store.exp failures
- From: Tom Tromey <tromey at redhat dot com>
- To: lgustavo at codesourcery dot com
- Cc: "'gdb-patches\ at sourceware dot org'" <gdb-patches at sourceware dot org>
- Date: Thu, 27 Jun 2013 13:58:59 -0600
- Subject: Re: [PATCH, e500] Fix store.exp failures
- References: <51B07A91 dot 2090907 at codesourcery dot com>
>>>>> "Luis" == Luis Machado <lgustavo@codesourcery.com> writes:
Luis> In reality, GDB should return the REAL register (SPE half) instead of
Luis> returning the PSEUDO register (full SPE register comprised of one SPE
Luis> half and one GPR).
It seems logical to me; though I know nothing about rs6000.
Luis> 2013-06-06 Luis Machado <lgustavo@codesourcery.com>
Luis> * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Return the real register
Luis> number instead of the pseudo register one.
It seems like a similar change is needed in rs6000_stab_reg_to_regnum.
Tom