Use new and delete in jit.c
authorTom Tromey <tom@tromey.com>
Tue, 5 Apr 2022 20:43:30 +0000 (14:43 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 6 Apr 2022 20:16:07 +0000 (14:16 -0600)
commit8fb105930851c7a722b4794f8348f72f29721cd0
tree6eb7f14c9acc54476f20878ba624fae32385fc99
parent6d088eb92ee42e05a4fbe797515229cf2acd0d99
Use new and delete in jit.c

This changes jit.c to use new and delete, rather than XCNEW.  This
simplifies the code a little.  This was useful for another patch I'm
working on, and I thought it would make sense to send it separately.

Regression tested on x86-64 Fedora 34.
gdb/jit.c