Use symbol_symtab accessor in compile-object-load.c
authorTom Tromey <tom@tromey.com>
Sat, 16 Apr 2022 20:19:18 +0000 (14:19 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 20 Apr 2022 12:50:59 +0000 (06:50 -0600)
commit3b70bcb00f443259b444b3fc543899047ac7f44e
treee7a67a2fd76353ed78dca64ed83aa7f41fc92730
parent65daf5bed68f3e792e80f7c9a12871fd71da32a2
Use symbol_symtab accessor in compile-object-load.c

I noticed that compile-object-load.c directly references owner.symtab
of a symbol.  However, I think it's better for all users to call
symbol_symtab.  This patch makes this change.
gdb/compile/compile-object-load.c