mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 03:48:11 +08:00
* readelf.c (dump_relocations): Recognise EM_PPC64.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-08-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* readelf.c (dump_relocations): Recognise EM_PPC64.
|
||||
|
||||
2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
|
||||
|
@ -955,6 +955,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
|
||||
break;
|
||||
|
||||
case EM_PPC:
|
||||
case EM_PPC64:
|
||||
rtype = elf_ppc_reloc_type (type);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user