kill volatile struct gdb_exception
authorPedro Alves <palves@redhat.com>
Sat, 7 Mar 2015 14:50:03 +0000 (14:50 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 7 Mar 2015 15:25:09 +0000 (15:25 +0000)
commit284e6217cf8f96c7648b13274431dcf73aa084a9
treead8b6ccfe3f9e7c0f88cc7410563ee5c5b12f34d
parent6c63c96a22d216fb5d51c5d93646066d29e08ea1
kill volatile struct gdb_exception

After the previous patch, this is the last remaining use of a volatile
struct gdb_exception.  Kill it, as it's troublesome for C++: we can't
assign volatile <-> non-volatile without copy constructors /
assignment operators that do that, which I'd rather avoid.

gdb/ChangeLog:
2015-03-07  Pedro Alves  <palves@redhat.com>

* main.c (handle_command_errors): Remove volatile qualifier from
parameter.
gdb/ChangeLog
gdb/main.c
This page took 0.036517 seconds and 4 git commands to generate.