diff options
author | Pedro Alves <palves@redhat.com> | 2018-04-26 13:01:26 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2018-04-26 13:07:25 +0100 |
commit | a0aca7b0e13d884f43ba77c4c6d752d9140cb54b (patch) | |
tree | c3aeeaa0c3ff84bc0e8f0f90b82952a75d69e334 /Makefile.in | |
parent | 76af0f26356580771a18c37de4ebccdfbc449356 (diff) | |
download | binutils-a0aca7b0e13d884f43ba77c4c6d752d9140cb54b.zip binutils-a0aca7b0e13d884f43ba77c4c6d752d9140cb54b.tar.gz binutils-a0aca7b0e13d884f43ba77c4c6d752d9140cb54b.tar.bz2 |
Eliminate find_pc_partial_function_gnu_ifunc
Not used anywhere any longer.
If this is ever reinstated, note that this case:
cache_pc_function_is_gnu_ifunc = TYPE_GNU_IFUNC (SYMBOL_TYPE (f));
was incorrect in that regular symbols never have type marked as GNU
ifunc type, only minimal symbols. At some point I had some fix that
checking the matching minsym here. But in the end I ended up just
eliminating need for this function, so that fix was not necessary.
gdb/ChangeLog:
2018-04-26 Pedro Alves <palves@redhat.com>
* blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
all references.
(find_pc_partial_function_gnu_ifunc): Rename to ...
(find_pc_partial_function): ... this, and remove references to
'is_gnu_ifunc_p'.
(find_pc_partial_function): Delete old implementation.
* symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions