diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-08-06 15:36:31 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-08-06 15:36:41 -0400 |
commit | 84da3f0cf938f8f74d9fa89f89f228bc950282c6 (patch) | |
tree | 6bb5f80c6de70487fefb6d0c6f7061a607135d8e | |
parent | 9d996aba1a365564c18dd939772d379c97c94213 (diff) | |
download | gdb-84da3f0cf938f8f74d9fa89f89f228bc950282c6.zip gdb-84da3f0cf938f8f74d9fa89f89f228bc950282c6.tar.gz gdb-84da3f0cf938f8f74d9fa89f89f228bc950282c6.tar.bz2 |
Add missing ChangeLog entry header
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6cf10ed..ba49765 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -328,6 +328,7 @@ instead of integer. 2015-07-31 Simon Marchi <simon.marchi@ericsson.com> + Pedro Alves <palves@redhat.com> * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum type or value instead of integer. |