diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2015-04-07 15:19:07 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2015-04-07 15:19:07 -0400 |
commit | d249a14abe5c2ee3ba4dc6c47e68e41ddc2025a4 (patch) | |
tree | 9014395c668ce9e818eec39dd9db5aa5a3160075 /gdb/ChangeLog | |
parent | b97fde9213b9217499959f7aebbf076b00c7008b (diff) | |
download | gdb-d249a14abe5c2ee3ba4dc6c47e68e41ddc2025a4.zip gdb-d249a14abe5c2ee3ba4dc6c47e68e41ddc2025a4.tar.gz gdb-d249a14abe5c2ee3ba4dc6c47e68e41ddc2025a4.tar.bz2 |
Initialize variable on gdb/linux-tdep.c:decode_vmflags
This obvious commit initializes the 'saveptr' variable on
gdb/linux-tdep.c:decode_vmflags. This was causing a build failure on
Fedora 21 x86_64, caught by the BuildBot here:
<https://sourceware.org/ml/gdb-testers/2015-q2/msg00450.html>
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b0c65a2..432cc3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com> + + * linux-tdep.c (decode_vmflags): Initialize 'saveptr'. + 2015-04-07 Pedro Alves <palves@redhat.com> * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ... |