This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 9b12c500635117c977f5b64bc0fe23749aaf9acd


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  9b12c500635117c977f5b64bc0fe23749aaf9acd (commit)
       via  beacaa966be202228a7905474013dfb199f36e14 (commit)
       via  800d982336156359cad5f98ba26a249a94f13108 (commit)
       via  918fc1f8d23c634227c871b67ccb4ed32d0df83c (commit)
       via  98ff9231545f9ba7221ad64ec1ff17cf52cafc07 (commit)
      from  ce15efd88c41c2b323ef37aed9c24f0557d8b2ca (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=9b12c500635117c977f5b64bc0fe23749aaf9acd

commit 9b12c500635117c977f5b64bc0fe23749aaf9acd
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Mar 10 13:38:20 2014 -0700

    Add function to set non-visibility part of st_other.
    
    2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* symtab.h (Symbol::set_nonvis): New function.

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

commit beacaa966be202228a7905474013dfb199f36e14
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Mar 10 13:36:40 2014 -0700

    Add explicit instantiations for Sized_symbol::init_output_data.
    
    2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* symtab.cc (Sized_symbol<32>::init_output_data):
    	Instantiate the template.
    	(Sized_symbol<64>::init_output_data): Likewise.

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

commit 800d982336156359cad5f98ba26a249a94f13108
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Mar 10 13:35:53 2014 -0700

    Allow target to adjust dynamic symbol value.
    
    2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* symtab.cc (Symbol_table::sized_write_globals): Allow a target to
    	adjust dynamic symbol value.
    	* target.h (Target::adjust_dyn_symbol): New function.
    	(Target::do_adjust_dyn_symbol): New function.

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

commit 918fc1f8d23c634227c871b67ccb4ed32d0df83c
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Mar 10 13:34:53 2014 -0700

    Allow target to add custom dynamic table entries.
    
    2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* output.cc (Output_data_dynamic::Dynamic_entry::write):
    	Get the value of DYNAMIC_CUSTOM dynamic entry.
    	* output.h (Output_data_dynamic::add_custom): New function.
    	(Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
    	dynamic entry.
    	(enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
    	* target.h (Target::dynamic_tag_custom_value): New function.
    	(Target::do_dynamic_tag_custom_value): New function.

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

commit 98ff9231545f9ba7221ad64ec1ff17cf52cafc07
Author: Cary Coutant <ccoutant@google.com>
Date:   Mon Mar 10 13:33:20 2014 -0700

    Allow target to set dynsym indexes.
    
    2014-03-10  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
    	dynsym indexes.
    	* target.h (Target::has_custom_set_dynsym_indexes): New function.
    	(Target::do_has_custom_set_dynsym_indexes): New function.
    	(Target::set_dynsym_indexes): New function.
    	(Target::do_set_dynsym_indexes): New function.

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

Summary of changes:
 gold/ChangeLog |   37 +++++++++++++++++++++++++++++++++++++
 gold/output.cc |    4 ++++
 gold/output.h  |   14 +++++++++++++-
 gold/symtab.cc |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 gold/symtab.h  |    5 +++++
 gold/target.h  |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 155 insertions(+), 1 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]