This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. d54398a79e97eff8f51aed2035cb513cdc4fb319


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  d54398a79e97eff8f51aed2035cb513cdc4fb319 (commit)
      from  ab16fce80e60f15058b594f624024219c3a7a000 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d54398a79e97eff8f51aed2035cb513cdc4fb319

commit d54398a79e97eff8f51aed2035cb513cdc4fb319
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Fri Jul 25 18:57:06 2014 +0100

    MIPS: Respect the "set mips compression" command
    
    This fixes gdbarch matching, making sure one for the opposite compressed
    ISA variation is not chosen.  That in turn makes "set mips compression"
    work; right now the setting sticks to the initial value, either inferred
    from the ELF header of the binary first loaded or the default value if
    no binary has been used.  This only affects debugging with no symbol
    table available or no binary chosen at all, as otherwise symbol
    annotations determine the compressed ISA variation.
    
    	* mips-tdep.c (mips_gdbarch_init): Also check the compressed ISA
    	variation in gdbarch matching.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog   |    5 +++++
 gdb/mips-tdep.c |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]