diff options
author | Andreas Tobler <andreast@sourceware.org> | 2012-12-19 20:57:55 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@sourceware.org> | 2012-12-19 20:57:55 +0000 |
commit | 4b844a3875b557d65a87e28f78ab0983f58839c5 (patch) | |
tree | 9e823a28049ab9d9528d367771a1024edf84f78b /gdb/ChangeLog | |
parent | c3b0209786d490ee41d3f18e34c649a48e46a5c1 (diff) | |
download | gdb-4b844a3875b557d65a87e28f78ab0983f58839c5.zip gdb-4b844a3875b557d65a87e28f78ab0983f58839c5.tar.gz gdb-4b844a3875b557d65a87e28f78ab0983f58839c5.tar.bz2 |
2012-12-19 Andreas Tobler <andreast@neon.andreas.nets>
* mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize
branch_bp to keep gcc happy.
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 20518f7..ff43287 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-12-19 Andreas Tobler <andreast@neon.andreas.nets> + + * mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize + branch_bp to keep gcc happy. + 2012-12-19 Joel Brobecker <brobecker@adacore.com> * gdbarch.sh (copyright): Update copyright years. |