diff options
author | Alan Modra <amodra@gmail.com> | 2024-10-08 09:49:14 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-10-08 15:12:14 +1030 |
commit | e022977bc563be7819bf1cd4b6c5f6c5eb878997 (patch) | |
tree | 40c7e5cd6af291128c2a18434b2caa69d8dd6fc8 /bfd/elf.c | |
parent | b0623fda9f05d10abe231197028b66ad66386353 (diff) | |
download | gdb-e022977bc563be7819bf1cd4b6c5f6c5eb878997.zip gdb-e022977bc563be7819bf1cd4b6c5f6c5eb878997.tar.gz gdb-e022977bc563be7819bf1cd4b6c5f6c5eb878997.tar.bz2 |
Revert "is_target_special_symbol fixes for commit 68bbe1183379"
This reverts commit 6e40f9bb31be2f3656df97a1fcba4d6a30081e24.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9725,9 +9725,6 @@ bool _bfd_elf_is_local_label_name (bfd *abfd ATTRIBUTE_UNUSED, const char *name) { - if (!name) - return false; - /* Normal local symbols start with ``.L''. */ if (name[0] == '.' && name[1] == 'L') return true; |