diff options
author | Pierre Muller <muller@sourceware.org> | 2012-03-16 10:54:39 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2012-03-16 10:54:39 +0000 |
commit | 3d3546540f5462a49377536a249ed47dabf218f6 (patch) | |
tree | 7b1686618eac71b488e02284db58526f24dcbaeb /gdb/ChangeLog | |
parent | cafe75b06b2346a00c5a53dedec28e83c11c3a6a (diff) | |
download | gdb-3d3546540f5462a49377536a249ed47dabf218f6.zip gdb-3d3546540f5462a49377536a249ed47dabf218f6.tar.gz gdb-3d3546540f5462a49377536a249ed47dabf218f6.tar.bz2 |
* amd64-windows-nat.c (_initialize_amd64_windows_nat):
Add missing prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4c225a..ebe8683 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr> + + * amd64-windows-nat.c (_initialize_amd64_windows_nat): + Add missing prototype. + 2012-03-16 Yao Qi <yao@codesourcery.com> Jan Kratochvil <jan.kratochvil@redhat.com> |