diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2017-11-25 10:57:58 -0500 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2017-11-25 10:57:58 -0500 |
commit | 0e5457dca14e2e0474432566dc7a603db6c990f7 (patch) | |
tree | 9970b4e21a751ae014b4904f4a54a0619979a84a | |
parent | 685de8c2990a04fba5e2954b7ff089a2c641071f (diff) | |
download | binutils-0e5457dca14e2e0474432566dc7a603db6c990f7.zip binutils-0e5457dca14e2e0474432566dc7a603db6c990f7.tar.gz binutils-0e5457dca14e2e0474432566dc7a603db6c990f7.tar.bz2 |
Adding ChangeLog entry for the last commit.
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61db1b1..613a5ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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". |