]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/solib: make solib_ops::in_dynsym_resolve_code optional
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 26 May 2025 20:26:16 +0000 (16:26 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 May 2025 14:49:37 +0000 (10:49 -0400)
commitd5ef1fc2824b3d9866fd01658dc2cad8f03f08df
tree9569e6f6ab205404dbc0d84e09d37f629e72a897
parent134767de03c9b95c285758da98156484e31c8342
gdb/solib: make solib_ops::in_dynsym_resolve_code optional

Two solib ops implementations have dummy implementations for the
in_dynsym_resolve_code callback.  Make it optional, to avoid this.

Change-Id: I786776fb82ce1b96335a97713fbfe8074c84c00c
Reviewed-By: Guinevere Larsen <guinevere@redhat.com>
gdb/solib-aix.c
gdb/solib-darwin.c
gdb/solib.c