mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
Consistantly use elf_ prefix for *_reloc_type functions.
This commit is contained in:
@ -458,7 +458,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
|
||||
break;
|
||||
|
||||
case EM_PPC:
|
||||
rtype = ppc_reloc_type (ELF32_R_TYPE (info));
|
||||
rtype = elf_ppc_reloc_type (ELF32_R_TYPE (info));
|
||||
break;
|
||||
|
||||
case EM_MIPS:
|
||||
|
Reference in New Issue
Block a user