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. 1cfdf5340af6f07bb44b97c278f7036ef8db5c43


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  1cfdf5340af6f07bb44b97c278f7036ef8db5c43 (commit)
      from  5087d529319fc6d5985032183c138dd715d707b3 (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=1cfdf5340af6f07bb44b97c278f7036ef8db5c43

commit 1cfdf5340af6f07bb44b97c278f7036ef8db5c43
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Tue Apr 29 05:27:14 2014 -0700

    Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.
    
    gdb/ChangeLog:
    
    	* dwarf2loc.c (dwarf2_locexpr_baton_eval,
    	dwarf2_evaluate_property): Remove unused CORE_ADDR argument.
    	Update all callers.
    	* dwarf2loc.h (dwarf2_evaluate_property): Update signature.
    	* gdbtypes.c (resolve_dynamic_range, resolve_dynamic_array):
    	Remove unused CORE_ADDR argument.  Update all callers.

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

Summary of changes:
 gdb/ChangeLog   |    9 +++++++++
 gdb/dwarf2loc.c |    7 +++----
 gdb/dwarf2loc.h |    2 +-
 gdb/gdbtypes.c  |   16 ++++++++--------
 4 files changed, 21 insertions(+), 13 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]