From: Sergio Durigan Junior Date: Sat, 25 Nov 2017 15:57:58 +0000 (-0500) Subject: Adding ChangeLog entry for the last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e5457dca14e2e0474432566dc7a603db6c990f7;p=binutils-gdb.git Adding ChangeLog entry for the last commit. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61db1b1fa88..613a5ae6bb5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2017-11-25 Sergio Durigan Junior + + 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 * dictionary.c: Include "safe-ctype.h".