]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move exception_none to common code, and use it
authorPedro Alves <palves@redhat.com>
Mon, 9 Feb 2015 14:59:12 +0000 (14:59 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 27 Feb 2015 17:43:10 +0000 (17:43 +0000)
commitad6aff7dead678cc0fa4f786fa59c6040c6fa758
tree606bde04e1aeaaf96e07dbe7d1f2a47f8efc4af7
parent97c185659a35d249aa20c89674e3da2baf4b4352
Move exception_none to common code, and use it

gdb/ChangeLog:
2015-02-27  Pedro Alves  <palves@redhat.com>

* common/common-exceptions.h (exception_none): Declare.
* common/common-exceptions.c (exception_none): Moved from
exceptions.c.
(exceptions_state_mc_init): Use exception_none.
* exceptions.c (exception_none): Move to
common/common-exceptions.c.
* exceptions.h (exception_none): Move to
common/common-exceptions.h.
gdb/ChangeLog
gdb/common/common-exceptions.c
gdb/common/common-exceptions.h
gdb/exceptions.c
gdb/exceptions.h