New format of 7.6 branch gdb/ChangeLog?
Hui Zhu
teawater@gmail.com
Thu Apr 25 08:07:00 GMT 2013
On Thu, Apr 25, 2013 at 3:40 PM, Joel Brobecker <brobecker@adacore.com> wrote:
>> It shoud like this?
>
> I am referring you to the GNU Coding Standard manual:
> http://www.gnu.org/prep/standards/standards.html#Change-Logs
>
>
>> gdb/
>> 2013-04-24 Hui Zhu <hui@codesourcery.com>
>>
>> PR gdb/15165
>>
>> * breakpoint.c (dprintf_print_recreate): New.
>> (save_breakpoints): Let it not save dprintf commands.
>> (initialize_breakpoint_ops): Set dprintf_print_recreate.
>>
>> 2013-04-19 Vladimir Kargov <kargov@gmail.com>
>> Pedro Alves <palves@redhat.com>
>>
>> * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
>> value contents.
>
> You put the "gdb/" back again. The correct answer is:
>
> 2013-04-24 Hui Zhu <hui@codesourcery.com>
>
> PR gdb/15165
> * breakpoint.c (dprintf_print_recreate): New.
> (save_breakpoints): Let it not save dprintf commands.
> (initialize_breakpoint_ops): Set dprintf_print_recreate.
>
> 2013-04-19 Vladimir Kargov <kargov@gmail.com>
> Pedro Alves <palves@redhat.com>
>
> * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
> value contents.
>
> I removed the "gdb/" (which, if you think about it, provides no extra
> information), and also removed the empty line after "PR gdb/...".
>
> You probably got confused because people use the "gdb/" in their
> email to specify which ChangeLog the entry is belonging to.
I see. Thanks for your help.
I fixed them all in
http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00235.html
http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00236.html
Best,
Hui
>
> --
> Joel
More information about the Gdb
mailing list