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. 83814951ff9b8f73dcf7c860ad7b4f34a31f2be6


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  83814951ff9b8f73dcf7c860ad7b4f34a31f2be6 (commit)
      from  fe1873d01904620c71a309249c0ae029e53ae0b6 (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=83814951ff9b8f73dcf7c860ad7b4f34a31f2be6

commit 83814951ff9b8f73dcf7c860ad7b4f34a31f2be6
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jul 18 09:35:04 2014 -0600

    move exec_make_note_section earlier
    
    This patch moves exec_make_note_section a bit earlier in exec.c.  This
    lets us remove an otherwise unnecessary forward declaration and it
    also makes the file a bit more in line with other code, as now
    _initialize_exec is the final function in the file.
    
    Tested by rebuilding.
    I'm committing this as obvious.
    
    2014-07-18  Tom Tromey  <tromey@redhat.com>
    
    	* exec.c (exec_make_note_section): Move earlier.

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

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