Remove one use of sprintf in ada-lang.c (print_it_exception)
authorJoel Brobecker <brobecker@gnat.com>
Wed, 18 May 2011 17:29:59 +0000 (17:29 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 18 May 2011 17:29:59 +0000 (17:29 +0000)
commit967cff168cc01f56912a7ef9b4755c1502ad761c
treee4695024d60a783071c725b37f35e0dbfc47a9db
parent0ba0c2b3438846e98e254ea2019901ea42bd986f
Remove one use of sprintf in ada-lang.c (print_it_exception)

This is just a minor cleanup of an ARI violation.  As this affects
code that is normally unreachable (you'd need a runtime where
the unit providing the exception hook has been compiled without
debugging information), I tested this manually by commenting out
the code just above, thus forcing this part of the code to be
exercised.

gdb/ChangeLog:

        * ada-lang.c (print_it_exception): Avoid use of sprintf.

Tested on x86_64-linux.
gdb/ChangeLog
gdb/ada-lang.c