diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2025-02-26 13:12:06 +0000 |
---|---|---|
committer | Matthieu Longo <matthieu.longo@arm.com> | 2025-03-04 11:02:02 +0000 |
commit | bb0fe13508dc260b414db2fca2dca002519d1410 (patch) | |
tree | 6e4615b02f2724defcc098e6b6bfc97b75ab1391 | |
parent | ef8975b494c8c9bca73cda76c33244bb5fd1677f (diff) | |
download | binutils-bb0fe13508dc260b414db2fca2dca002519d1410.zip binutils-bb0fe13508dc260b414db2fca2dca002519d1410.tar.gz binutils-bb0fe13508dc260b414db2fca2dca002519d1410.tar.bz2 |
clean-up: fix annoying spaces in bfd/elf-bfd.h
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index d2bf8e5..6eeb460 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1676,7 +1676,7 @@ struct elf_backend_data Returns the value to be installed in the ST_SHNDX field of the emitted symbol. If not defined, the value is left unchanged. */ unsigned int (*symbol_section_index) (bfd *, elf_symbol_type *); - + /* Called when a section has extra reloc sections. */ bool (*init_secondary_reloc_section) (bfd *, Elf_Internal_Shdr *, const char *, unsigned int); |