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. b2859a9a54fcc824c3ed7948767d095c02570a19


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  b2859a9a54fcc824c3ed7948767d095c02570a19 (commit)
      from  0fa9473ff006c0cc9e62036349ab05664b25b4c7 (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=b2859a9a54fcc824c3ed7948767d095c02570a19

commit b2859a9a54fcc824c3ed7948767d095c02570a19
Author: Ulrich Weigand <ulrich.weigand@de.ibm.com>
Date:   Fri Nov 28 15:53:05 2014 +0100

    Remove (dead-code) native core file sniffers on Linux targets
    
    Since Andreas Arnez' recent patch series, all Linux targets install
    gdbarch_iterate_over_regset_sections routines.  This means that on
    Linux native targets, old-style core sniffers are never used.
    
    Most Linux targets haven't been using such sniffers for a long time
    anyway, but a couple remain: ia64 and sparc use core-regset.o, and
    m68k installs its own core_fns.  All this is now dead code, which
    this commit removes.
    
    gdb/
    2014-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
    
    	* config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o.
    	* config/sparc/linux.mh (NATDEPFILES): Likewise.
    	* config/sparc/linux64.mh (NATDEPFILES): Likewise.
    	* m68klinux-nat.c (fetch_core_registers): Remove.
    	(linux_elf_core_fns): Remove.
    	(_initialize_m68k_linux_nat): Do not call deprecated_add_core_fns.

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

Summary of changes:
 gdb/ChangeLog               |    9 +++++
 gdb/config/ia64/linux.mh    |    2 +-
 gdb/config/sparc/linux.mh   |    2 +-
 gdb/config/sparc/linux64.mh |    1 -
 gdb/m68klinux-nat.c         |   70 -------------------------------------------
 5 files changed, 11 insertions(+), 73 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]