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. 99f4262f2c7e3457f45bd9921889456285d8b025


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  99f4262f2c7e3457f45bd9921889456285d8b025 (commit)
      from  e1279d1d6b5f9205c6603cc661ce7af64e09b5e8 (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=99f4262f2c7e3457f45bd9921889456285d8b025

commit 99f4262f2c7e3457f45bd9921889456285d8b025
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Jun 16 02:07:50 2014 -0600

    fix incorrect comments in minsyms.h
    
    minsyms.h incorrectly claims that a couple of functions call
    prim_record_minimal_symbol_full with COPY_NAME=0 -- but actually they
    pass 1.  Passing 1 is the correct behavior, so this patch fixes the
    documentation.
    
    I'm checking this in as obvious.
    
    2014-06-16  Tom Tromey  <tromey@redhat.com>
    
    	* minsyms.h (prim_record_minimal_symbol)
    	(prim_record_minimal_symbol_and_info): Update comments.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/minsyms.h |    4 ++--
 2 files changed, 7 insertions(+), 2 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]