Send jit.c errors to gdb_stderr
authorTom Tromey <tom@tromey.com>
Sat, 25 Dec 2021 05:11:06 +0000 (22:11 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 29 Dec 2021 17:40:10 +0000 (10:40 -0700)
commit0fed74615b0f263c359a13a7a17ade36a986ddd1
treed272c8fa1d48563d38ed00c517cf77ac933e226f
parent84b334970bb5892a1f50a3d8e9a569263a502224
Send jit.c errors to gdb_stderr

jit.c writes some error messages to gdb_stdout, but using gdb_stderr
is better.  This is part of PR gdb/7233.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=7233
gdb/jit.c