diff options
author | Yao Qi <yao@codesourcery.com> | 2012-09-26 13:45:46 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-09-26 13:45:46 +0000 |
commit | 2536b51cfc0b5c933c5262d129347a7e139c3041 (patch) | |
tree | beab5633cc31673f61280311e3088a7777f6a9ee /gdb | |
parent | 9ead7ae4a2c752d1b069a20beb2a09678dba02d5 (diff) | |
download | gdb-2536b51cfc0b5c933c5262d129347a7e139c3041.zip gdb-2536b51cfc0b5c933c5262d129347a7e139c3041.tar.gz gdb-2536b51cfc0b5c933c5262d129347a7e139c3041.tar.bz2 |
Fix changelog format.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 78ddfe5..6c89e0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2012-09-26 Karthik Bhat <kv.bhat@samsung.com> - * arm-tdep.c (arm_skip_prologue): Extending producer check to support LLVM compiler. + * arm-tdep.c (arm_skip_prologue): Extending producer check to + support LLVM compiler. 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com> |