Reuse existing builtin types
authorTom Tromey <tom@tromey.com>
Mon, 13 Mar 2023 15:31:13 +0000 (09:31 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 18 Mar 2023 17:12:37 +0000 (11:12 -0600)
commit95751990e40d88986205ba3c0719b8afd3da0e7e
treec86d95b731283e22d64c857817a060a089f33b93
parent8a17bdd9ccc26a7a0a2a208a9b870512b2490324
Reuse existing builtin types

This changes a few spots to reuse the existing builting "void" type,
rather than construct a new one.

Reviewed-By: Simon Marchi <simon.marchi@efficios.com>
gdb/d-lang.c
gdb/f-lang.c
gdb/go-lang.c
gdb/jit.c
gdb/opencl-lang.c