mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
cpukit/libdl: Print the missing AArch64 reloc type
This prints the relocation type that was found to be missing in addition to its address to aid in bug reports.
This commit is contained in:
committed by
Joel Sherrill
parent
df0de7810f
commit
189539f70d
@@ -452,8 +452,8 @@ rtems_rtl_elf_reloc_rela (rtems_rtl_obj* obj,
|
||||
break;
|
||||
|
||||
default:
|
||||
printf ("rtl: Unsupported relocation type in %s --> %p in %s\n",
|
||||
sect->name, (void *)where,
|
||||
printf ("rtl: Unsupported relocation type (%ld) in %s --> %p in %s\n",
|
||||
ELF_R_TYPE(rela->r_info), sect->name, (void *)where,
|
||||
rtems_rtl_obj_oname (obj));
|
||||
return rtems_rtl_elf_rel_failure;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user