mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
s/ENTIRES/ENTRIES/.
This commit is contained in:
parent
7dbd117d87
commit
e90fdc1abd
@ -1,3 +1,8 @@
|
||||
2001-05-23 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
|
||||
s/ENTIRES/ENTRIES/.
|
||||
|
||||
2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
|
||||
|
@ -1902,7 +1902,7 @@ sparc64_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
sgot = splt = sreloc = NULL;
|
||||
|
||||
rel = relocs;
|
||||
relend = relocs + NUM_SHDR_ENTIRES (& elf_section_data (input_section)->rel_hdr);
|
||||
relend = relocs + NUM_SHDR_ENTRIES (& elf_section_data (input_section)->rel_hdr);
|
||||
for (; rel < relend; rel++)
|
||||
{
|
||||
int r_type;
|
||||
|
Loading…
Reference in New Issue
Block a user