Convert fatal to perror_with_name in IPA code
authorGary Benson <gbenson@redhat.com>
Wed, 6 Aug 2014 13:43:17 +0000 (14:43 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 28 Aug 2014 14:06:48 +0000 (15:06 +0100)
commit14ce3192392edde90aa444c153eacede6c1ba5c5
treee6e11741811cdb89a13a87f6c7281b81a18fdb8a
parent50278d599da5f7536a1243a887c2a5fa12e099c1
Convert fatal to perror_with_name in IPA code

This commit converts four calls to fatal into calls to
perror_with_name.  perror_with_name calls error, which
in IPA terminates with exit (1) rather than longjmp, so
there is no functional change here.

gdb/gdbserver/ChangeLog:

* tracepoint.c (gdb_agent_init): Replace fatal with
perror_with_name.
(initialize_tracepoint): Likewise.
gdb/gdbserver/ChangeLog
gdb/gdbserver/tracepoint.c