Add "volatile" keyword to "struct gdb_exception" declaration
authorSergio Durigan Junior <sergiodj@redhat.com>
Fri, 17 Jan 2014 21:39:57 +0000 (19:39 -0200)
committerSergio Durigan Junior <sergiodj@redhat.com>
Fri, 17 Jan 2014 21:39:57 +0000 (19:39 -0200)
commitc90a6fb765e9339905803cbfa6cb7adf0431434b
tree465ab11f127af3fcf7d21c61e1d7d8863756122f
parent749234e5402bddc054d77b4113ecd09eda7a872e
Add "volatile" keyword to "struct gdb_exception" declaration

While doing something else, I found that those 2 places were incorrectly
declaring a "struct gdb_exception" without using the "volatile" keyword.
This commit fixes that.

2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>

* breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
gdb_exception" declaration.
* remote.c (getpkt_or_notif_sane): Likewise.
gdb/ChangeLog
gdb/breakpoint.c
gdb/remote.c