Initialize variable and silence GCC warning from last commit
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 2 Sep 2015 04:34:22 +0000 (00:34 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 2 Sep 2015 04:34:22 +0000 (00:34 -0400)
commitad1c917a79e8c5aa67657f148415c1bee01b240f
treede06969ae3fc8cefa74030df8570e2dce4432f6d
parent3bd7e5b7ee5ea0b3bbb4030ca841f66faad74f0f
Initialize variable and silence GCC warning from last commit

BuildBot e-mailed me to let me know that my last commit broke GDB on
RHEL-7.1 s390x.  On solib-svr4.c:svr4_handle_solib_event, 'val' now
needs to be initialized as NULL because it is inside a TRY..CATCH
block.  This patch does that.  Pushed as obvious.

gdb/ChangeLog:
2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>

* solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
gdb/ChangeLog
gdb/solib-svr4.c
This page took 0.025707 seconds and 4 git commands to generate.