Adding ChangeLog entry for the last commit.

This commit is contained in:
Sergio Durigan Junior 2017-11-25 10:57:58 -05:00
parent 685de8c299
commit 0e5457dca1
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2017-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
PR gdb/22491
* stap-probe.c (relocate_address): New function.
(stap_probe::get_relocated_address): Use 'relocate_address'.
(stap_probe::set_semaphore): Use 'relocate_address' and pass
'm_sem_addr'.
(stap_probe::clear_semaphore): Likewise.
2017-11-25 Pedro Alves <palves@redhat.com>
* dictionary.c: Include "safe-ctype.h".