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. 6e46637421cc7318c3a1333e32725eaca5f7af4c


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  6e46637421cc7318c3a1333e32725eaca5f7af4c (commit)
      from  a1ada89ac66ca4a3815e586396a09eb311cf9b77 (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=6e46637421cc7318c3a1333e32725eaca5f7af4c

commit 6e46637421cc7318c3a1333e32725eaca5f7af4c
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Tue Sep 9 23:41:28 2014 +0100

    MIPS: Don't infer IRIX OS ABI from generic section names
    
    There are `.MIPS.abiflags', `.MIPS.options' and `.MIPS.stubs' sections
    also present in Linux executables, so we can't infer IRIX OS ABI solely
    from the existence of these sections.  This is not going to be a problem
    as there are bound to be other sections whose names start with `.MIPS.'
    in IRIX executables and this selection only matters for a non-default OS
    ABI in a multiple-target GDB executable.  As a last resort the automatic
    selection can be overridden with `set osabi'.
    
    	* mips-irix-tdep.c (mips_irix_elf_osabi_sniff_abi_tag_sections):
    	Exclude `.MIPS.abiflags', `.MIPS.options' and `.MIPS.stubs' from
    	the list of sections determining GDB_OSABI_IRIX.

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

Summary of changes:
 gdb/ChangeLog        |    6 ++++++
 gdb/mips-irix-tdep.c |   16 ++++++++++------
 2 files changed, 16 insertions(+), 6 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]