fix incorrect comments in minsyms.h
authorTom Tromey <tromey@redhat.com>
Mon, 16 Jun 2014 08:07:50 +0000 (02:07 -0600)
committerTom Tromey <tromey@redhat.com>
Mon, 16 Jun 2014 13:53:36 +0000 (07:53 -0600)
commit99f4262f2c7e3457f45bd9921889456285d8b025
treefd5f671e4f5d97cda510220fa79517bddd6f1917
parente1279d1d6b5f9205c6603cc661ce7af64e09b5e8
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.
gdb/ChangeLog
gdb/minsyms.h
This page took 0.02611 seconds and 4 git commands to generate.