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. 2648dfede02e487f89b9a8643b858aed755f00bd


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  2648dfede02e487f89b9a8643b858aed755f00bd (commit)
       via  b13feb94aa4eba5f3eea3cb47cbf0a2eed8683fb (commit)
       via  b4fd25c939a2dcf09c98c53c61ee17fc792e5be6 (commit)
       via  8fea322418c158d096d930c0d0057c684f1fc7ca (commit)
       via  245342432eaccc1cb2375af4ce0bd8a636c411aa (commit)
       via  b7195f2786ccb2b9aaa5a0f0232b1f6d43060aed (commit)
       via  ecc37a5acc8ff504d62487149f61955343d35fcf (commit)
       via  b7611c43bf5dcdc84b4432fccef22247af11449e (commit)
       via  a069a2bdaba95561f9d930ff4ae4b4f60a43283e (commit)
       via  09424cff8c26073312e0bdc342989a955c766e31 (commit)
       via  3ca7dae4ddfb3363458d866428e45fb5e9b6914b (commit)
      from  36d46afba6409208a8344aad8700c14eaa51b59d (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=2648dfede02e487f89b9a8643b858aed755f00bd

commit 2648dfede02e487f89b9a8643b858aed755f00bd
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 22 18:49:51 2013 +0000

    Drop regset_alloc().
    
    Now that all invocations of regset_alloc() have been removed, the
    function is dropped.  Since regset_alloc() was the only function
    provided by regset.c, this source file is removed as well.

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

commit b13feb94aa4eba5f3eea3cb47cbf0a2eed8683fb
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Mon Feb 24 10:58:15 2014 +0000

    SPARC: Replace regset_alloc() invocations by static regset structures.

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

commit b4fd25c939a2dcf09c98c53c61ee17fc792e5be6
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 28 17:34:19 2014 +0000

    SPARC: Rename register maps from "*regset" to "*regmap"
    
    Clear the naming confusion about "regset" versus "sparc*regset".  The
    latter was used to represent the *map* of a register set, not the
    register set itself, and is thus renamed accordingly.
    
    The following identifiers are renamed:
    
      sparc32_bsd_fpregset => sparc32_bsd_fpregmap
      sparc32_linux_core_gregset => sparc32_linux_core_gregmap
      sparc32_sol2_fpregset => sparc32_sol2_fpregmap
      sparc32_sol2_gregset => sparc32_sol2_gregmap
      sparc32_sunos4_fpregset => sparc32_sunos4_fpregmap
      sparc32_sunos4_gregset => sparc32_sunos4_gregmap
      sparc32nbsd_gregset => sparc32nbsd_gregmap
      sparc64_bsd_fpregset => sparc64_bsd_fpregmap
      sparc64_linux_core_gregset => sparc64_linux_core_gregmap
      sparc64_linux_ptrace_gregset => sparc64_linux_ptrace_gregmap
      sparc64_sol2_fpregset => sparc64_sol2_fpregmap
      sparc64_sol2_gregset => sparc64_sol2_gregmap
      sparc64fbsd_gregset => sparc64fbsd_gregmap
      sparc64nbsd_gregset => sparc64nbsd_gregmap
      sparc64obsd_core_gregset => sparc64obsd_core_gregmap
      sparc64obsd_gregset => sparc64obsd_gregmap
      sparc_fpregset => sparc_fpregmap
      sparc_gregset => sparc_gregmap
      sparc_sol2_fpregset => sparc_sol2_fpregmap
      sparc_sol2_gregset => sparc_sol2_gregmap
    
    Also, all local variables 'gregset' and 'fpregset' are renamed to
    'gregmap' and 'fpregmap', respectively.

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

commit 8fea322418c158d096d930c0d0057c684f1fc7ca
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Mon Mar 31 09:07:42 2014 +0000

    SCORE: Replace regset_alloc() invocation by a static regset structure.
    
    Since this changes makes the only member of the tdep structure
    obsolete, the tdep structure is removed.

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

commit 245342432eaccc1cb2375af4ce0bd8a636c411aa
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 22 18:43:00 2013 +0000

    MN10300: Replace regset_alloc() invocations by static regset structures.
    
    On this architecture the change may fix a small memory leak.

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

commit b7195f2786ccb2b9aaa5a0f0232b1f6d43060aed
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 22 18:40:06 2013 +0000

    MIPS: Replace regset_alloc() invocations by static regset structures.
    
    After removal of the regset_alloc invocations, the appropriate tdep
    fields become obsolete and are thus removed.

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

commit ecc37a5acc8ff504d62487149f61955343d35fcf
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Mon May 5 12:58:11 2014 +0000

    X86: Replace regset_alloc() invocations by static regset structures.
    
    After removal of the regset_alloc invocations, the appropriate tdep
    fields become obsolete and are thus removed.

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

commit b7611c43bf5dcdc84b4432fccef22247af11449e
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Mar 28 17:21:39 2014 +0000

    ARM: Replace regset_alloc() invocations by static regset structures.
    
    After removal of the regset_alloc invocations, the appropriate tdep
    fields become obsolete and are thus removed.

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

commit a069a2bdaba95561f9d930ff4ae4b4f60a43283e
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Fri Nov 22 18:29:26 2013 +0000

    AARCH64: Replace regset_alloc() invocations by static regset structures.
    
    After removal of the regset_alloc invocations, the tdep fields
    'gregset' and 'fpregset' become obsolete and are thus removed.

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

commit 09424cff8c26073312e0bdc342989a955c766e31
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Tue May 13 11:05:57 2014 +0000

    Remove 'arch' field from regset structure.
    
    Removes the 'arch' field from the regset structure, since it
    represents the only "dynamic" data in a regset.  It was referenced in
    some regset supply- and collect routines, to get access to the gdbarch
    associated with the regset.  Naturally, the affected routines always
    have access to the regcache to be supplied to or collected from.  Thus
    the gdbarch associated with that regcache can be used instead.

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

commit 3ca7dae4ddfb3363458d866428e45fb5e9b6914b
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Mon Mar 3 09:31:21 2014 +0000

    Constify regset structures.

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

Summary of changes:
 gdb/ChangeLog            |  252 ++++++++++++++++++++++++++++++++++++++++++++++
 gdb/Makefile.in          |    4 +-
 gdb/aarch64-linux-tdep.c |   29 +++---
 gdb/aarch64-tdep.h       |    4 -
 gdb/alpha-linux-tdep.c   |    4 +-
 gdb/alphanbsd-tdep.c     |    6 +-
 gdb/amd64-tdep.c         |   33 +++---
 gdb/amd64obsd-tdep.c     |   14 ++-
 gdb/arm-linux-tdep.c     |   38 ++++----
 gdb/arm-tdep.h           |    3 -
 gdb/armbsd-tdep.c        |    4 +-
 gdb/frv-linux-tdep.c     |    4 +-
 gdb/hppa-hpux-tdep.c     |    2 +-
 gdb/hppa-linux-tdep.c    |    4 +-
 gdb/hppanbsd-tdep.c      |    2 +-
 gdb/hppaobsd-tdep.c      |    4 +-
 gdb/i386-cygwin-tdep.c   |    9 +--
 gdb/i386-nto-tdep.c      |    8 +-
 gdb/i386-tdep.c          |   58 ++++++------
 gdb/i386-tdep.h          |   14 +--
 gdb/i386obsd-tdep.c      |   15 ++--
 gdb/m32r-linux-tdep.c    |    2 +-
 gdb/m68kbsd-tdep.c       |    4 +-
 gdb/m88k-tdep.c          |    2 +-
 gdb/mips-linux-tdep.c    |   53 +++++------
 gdb/mips-tdep.c          |    4 -
 gdb/mips-tdep.h          |    8 --
 gdb/mips64obsd-tdep.c    |    2 +-
 gdb/mipsnbsd-tdep.c      |    4 +-
 gdb/mn10300-linux-tdep.c |   21 ++--
 gdb/nios2-linux-tdep.c   |    3 +-
 gdb/ppc-linux-tdep.c     |   15 +--
 gdb/ppcfbsd-tdep.c       |    8 +-
 gdb/ppcnbsd-tdep.c       |    4 +-
 gdb/ppcnbsd-tdep.h       |    4 +-
 gdb/ppcobsd-tdep.c       |    4 +-
 gdb/ppcobsd-tdep.h       |    4 +-
 gdb/regset.c             |   44 --------
 gdb/regset.h             |   14 ---
 gdb/rs6000-aix-tdep.c    |    4 +-
 gdb/score-tdep.c         |   21 ++---
 gdb/score-tdep.h         |    7 --
 gdb/sh-tdep.c            |    4 +-
 gdb/sh-tdep.h            |    2 +-
 gdb/sparc-linux-nat.c    |   10 +-
 gdb/sparc-linux-tdep.c   |   30 ++++--
 gdb/sparc-nat.c          |   28 +++---
 gdb/sparc-nat.h          |   16 ++--
 gdb/sparc-sol2-nat.c     |   16 ++--
 gdb/sparc-sol2-tdep.c    |    4 +-
 gdb/sparc-tdep.c         |   50 +++++-----
 gdb/sparc-tdep.h         |   28 +++---
 gdb/sparc64-linux-nat.c  |   14 ++--
 gdb/sparc64-linux-tdep.c |   30 ++++--
 gdb/sparc64-sol2-tdep.c  |    4 +-
 gdb/sparc64-tdep.c       |   82 ++++++++--------
 gdb/sparc64-tdep.h       |   20 ++--
 gdb/sparc64fbsd-nat.c    |    2 +-
 gdb/sparc64fbsd-tdep.c   |   26 +++--
 gdb/sparc64nbsd-nat.c    |   24 ++--
 gdb/sparc64nbsd-tdep.c   |   20 +++-
 gdb/sparc64obsd-nat.c    |    4 +-
 gdb/sparc64obsd-tdep.c   |   27 ++++--
 gdb/sparcnbsd-nat.c      |    4 +-
 gdb/sparcnbsd-tdep.c     |   22 +++-
 gdb/tilegx-linux-tdep.c  |    2 +-
 gdb/vax-tdep.c           |    2 +-
 67 files changed, 704 insertions(+), 510 deletions(-)
 delete mode 100644 gdb/regset.c


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]