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. 7580e9176779460e031d82aa1cd5790db53ad27b


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  7580e9176779460e031d82aa1cd5790db53ad27b (commit)
       via  53e0e56d645d638fdbbf69553e6d323e8b29cbae (commit)
       via  830f7a41e3fb3572d816a9ad257e6d470b8de406 (commit)
       via  e1b06ae220497540d09b295b885dff0c0eb85c4c (commit)
       via  2b69941d0d6730f1968c41bee216d46de48b4839 (commit)
       via  bf121224c754d7fd5d4f9a75ac33d6465977bdbb (commit)
       via  8e96694e31aedc28a4e2a00b28099158a8bd4a5a (commit)
       via  21ea9eece76627d5f71f6a755ea3fc7b2916db72 (commit)
      from  399d6e3089c03b378d259ea4a8779e2a759129ca (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=7580e9176779460e031d82aa1cd5790db53ad27b

commit 7580e9176779460e031d82aa1cd5790db53ad27b
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Nov 26 14:39:08 2013 -0700

    update free_objfile comment
    
    The introductory comment to free_objfile is obsolete.
    This patch fixes it by removing all the obsolete bits.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* objfiles.c (free_objfile): Update comment.

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

commit 53e0e56d645d638fdbbf69553e6d323e8b29cbae
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 09:53:06 2013 -0700

    remove objfile_to_front
    
    I happened to notice that nothing uses objfile_to_front.
    This patch removes it.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* objfiles.h (objfile_to_front): Remove.
    	* objfiles.c (objfile_to_front): Remove.

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

commit 830f7a41e3fb3572d816a9ad257e6d470b8de406
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 09:51:25 2013 -0700

    remove unnecessary declaration
    
    This removes an unnecessary declaration from minsyms.c.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* minsyms.c (get_symbol_leading_char): Remove unnecessary
    	declaration.

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

commit e1b06ae220497540d09b295b885dff0c0eb85c4c
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 09:34:49 2013 -0700

    pack partial_symtab for space
    
    This improves the packing of struct partial_symtab.  I noticed with
    pahole that were were a couple of holes.  This consolidates the holes
    without, I think, affecting readability -- it just moves the "user"
    field a bit earlier in the struct.  This change saves a small amount
    of memory.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* psympriv.h (struct partial_symtab) <user>: Move earlier.

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

commit 2b69941d0d6730f1968c41bee216d46de48b4839
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 08:47:51 2013 -0700

    fix a couple of FIXMEs
    
    This fixes a couple of old "32x64" FIXME comments by using paddress
    with current_gdbarch rather than hex_string and a cast to long.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
    	(list_command): Likewise.

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

commit bf121224c754d7fd5d4f9a75ac33d6465977bdbb
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 07:55:23 2013 -0700

    put the psymtab filename in the filename bcache
    
    This puts the psymtab filename in the filename bcache.
    This saves a small amount of memory.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* psymtab.c (allocate_psymtab): Put the filename in the filename
    	bcache.

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

commit 8e96694e31aedc28a4e2a00b28099158a8bd4a5a
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 07:40:05 2013 -0700

    make symtab::dirname const
    
    This makes symtab::dirname const and updates one spot to avoid an
    intermediate constless result.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
    	* symtab.h (struct symtab) <dirname>: Now const.

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

commit 21ea9eece76627d5f71f6a755ea3fc7b2916db72
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Nov 25 07:32:35 2013 -0700

    make symtab::filename const
    
    This makes symtab::filename const and removes a newly unnecessary
    cast.
    
    2013-12-06  Tom Tromey  <tromey@redhat.com>
    
    	* symfile.c (allocate_symtab): Remove cast.
    	* symtab.h (struct symtab) <filename>: Now const.

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

Summary of changes:
 gdb/ChangeLog      |   38 ++++++++++++++++++++++++++++++++++++++
 gdb/buildsym.c     |    8 ++++----
 gdb/cli/cli-cmds.c |    6 ++----
 gdb/minsyms.c      |    2 --
 gdb/objfiles.c     |   36 +-----------------------------------
 gdb/objfiles.h     |    2 --
 gdb/psympriv.h     |   26 +++++++++++++-------------
 gdb/psymtab.c      |    4 ++--
 gdb/symfile.c      |    4 ++--
 gdb/symtab.h       |    4 ++--
 10 files changed, 64 insertions(+), 66 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]