diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-13 08:26:11 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-13 08:26:11 +0000 |
commit | bede5f5f81e145b3c1dd21cbf4e8695de83298e6 (patch) | |
tree | 46a44ab48981b0332bc8959f0b887da3e5a085ca /gdb/ChangeLog | |
parent | 29d3e15313a23862a2b10dd15a2a1f254327f442 (diff) | |
download | gdb-bede5f5f81e145b3c1dd21cbf4e8695de83298e6.zip gdb-bede5f5f81e145b3c1dd21cbf4e8695de83298e6.tar.gz gdb-bede5f5f81e145b3c1dd21cbf4e8695de83298e6.tar.bz2 |
gdb/
Fix compatibility with gcc < 4.3 and non-gcc compilers.
* amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
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 b49d76c..05d523f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix compatibility with gcc < 4.3 and non-gcc compilers. + * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants. + 2011-09-12 Pedro Alves <pedro@codesourcery.com> Matt Rice <ratmice@gmail.com> |