Re: Auto generate ChangeLog for binutils commits?
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-05-26 1:07 p.m., H.J. Lu via Gdb wrote: > Hi, > > I had an impression that ChangeLog was auto generated for GDB commits. > If it is true, should we do the same for binutils commits? > > -- > H.J. > No we (GDB) don't do that. There was a discussion here https://sourceware.org/pipermail/gdb-patches/2020-February/165728.html But it didn't go anywhere. Note that when I actually tried the script, it didn't produce good results (perhaps because it wasn't designed with C++ in mind). Simon