diff options
author | Pierre Muller <muller@sourceware.org> | 2010-04-20 09:58:42 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-04-20 09:58:42 +0000 |
commit | 1c07cc19039fc86c4f857fae766f02f5452a9a22 (patch) | |
tree | cd12214319497c4e8d58cf19e92ee066ecc01657 /gdb/gdbserver/ChangeLog | |
parent | 643be349a928c3b8df3ff338cff47cce8bed300b (diff) | |
download | gdb-1c07cc19039fc86c4f857fae766f02f5452a9a22.zip gdb-1c07cc19039fc86c4f857fae766f02f5452a9a22.tar.gz gdb-1c07cc19039fc86c4f857fae766f02f5452a9a22.tar.bz2 |
* win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
be consistent with other sources of this directory.
(init_registers_amd64): Correct name of source file of this function
in the comment.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 2d6b844..04f706d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,10 @@ +2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr> + + * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to + be consistent with other sources of this directory. + (init_registers_amd64): Correct name of source file of this function + in the comment. + 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr> * configure.srv (x86_64-*-mingw*): New configuration for Windows |