diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-05 16:17:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-05 16:17:52 +0000 |
commit | 275418ae46da3806f6f9f3f59f3f496052813082 (patch) | |
tree | 1f0b8a3cba264d07f8ebba6f4848f3d1fe7662bc /gdb/ChangeLog | |
parent | 0bef263a74645a064f08c157639736645df7e4f9 (diff) | |
download | gdb-275418ae46da3806f6f9f3f59f3f496052813082.zip gdb-275418ae46da3806f6f9f3f59f3f496052813082.tar.gz gdb-275418ae46da3806f6f9f3f59f3f496052813082.tar.bz2 |
2012-03-05 Pedro Alves <palves@redhat.com>
* i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
is not NULL, and remove resulting dead code.
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 47ae39f..cb9ebaf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-03-05 Pedro Alves <palves@redhat.com> + + * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer + is not NULL, and remove resulting dead code. + 2012-03-05 Thomas Schwinge <thomas@codesourcery.com> * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function |