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. 9fb5010805bdfe0eb8fc5db01e7f4c93b04c8f29


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  9fb5010805bdfe0eb8fc5db01e7f4c93b04c8f29 (commit)
      from  963f35869dd021f4a2a236ca6fa1242efc860d86 (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=9fb5010805bdfe0eb8fc5db01e7f4c93b04c8f29

commit 9fb5010805bdfe0eb8fc5db01e7f4c93b04c8f29
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Feb 12 09:20:02 2014 -0700

    fix error in nios2-tdep.c
    
    Since this change:
    
    2014-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
    
    	* nios2-tdep.c (nios2_stub_frame_base): Remove global.
    
    nios2-tdep hasn't built:
    
    ../../binutils-gdb/gdb/nios2-tdep.c:1337:1: error: â??nios2_stub_frame_base_addressâ?? defined but not used [-Werror=unused-function]
    
    This patch removes the offending function.
    
    2014-02-12  Tom Tromey  <tromey@redhat.com>
    
    	* nios2-tdep.c (nios2_stub_frame_base_address): Remove.

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

Summary of changes:
 gdb/ChangeLog    |    4 ++++
 gdb/nios2-tdep.c |   12 ------------
 2 files changed, 4 insertions(+), 12 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]