Update ChangeLog entry of commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0...

... to include PR breakpoints/24541 (for documentation purposes).

For the reader's convenience, the commit in question was the following:

    commit 677052f2a5
    Author: Sergio Durigan Junior <sergiodj@redhat.com>
    Date:   Thu May 16 16:23:24 2019 -0400
    Subject: Make stap-probe.c:stap_parse_register_operand's "regname"
       an std::string
This commit is contained in:
Joel Brobecker 2019-09-18 14:42:24 -07:00
parent 11061048d1
commit a1726c38a9

View file

@ -5809,6 +5809,7 @@
2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
PR breakpoints/24541
* stap-probe.c (stap_parse_register_operand): Make "regname" an
"std::string", simplifying the algorithm.