commit | 3b70bcb00f443259b444b3fc543899047ac7f44e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Apr 16 14:19:18 2022 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Apr 20 06:50:59 2022 -0600 |
tree | e7a67a2fd76353ed78dca64ed83aa7f41fc92730 | |
parent | 65daf5bed68f3e792e80f7c9a12871fd71da32a2 [diff] |
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.